[]
Draws formatted text in the specified rectangle.
public Size MeasureText(string text, Size proposedSize, TextFormat format)
Type | Name | Description |
---|---|---|
string | text | The string that specifies the text to be drawn. |
Size | proposedSize | Contains the proposed size in which the text is to be formatted. |
TextFormat | format | Specifies the method of formatting the text. |
Type | Description |
---|---|
Size |