Skip to content

1.3.67 vs 1.3.65 - DrawString costructor changeΒ #475

@marcomoret

Description

@marcomoret

hi, I update package from 1.3.65 to 1.3.67 but this costructor disappeared

public void DrawString(string text, XFont font, XBrush brush, XRect layoutRectangle, XStringFormat format, XUnit? lineHeight = null)

and this is new

public void DrawString(string text, XFont font, XBrush brush, XRect layoutRectangle, TextFormatAlignment alignments, XUnit? lineHeight = null)

how I can translate actual XStringFormat format object into TextFormatAlignment alignments object?
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions