GetRotatedTextSize Method
In This Topic
Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming.
Overload List
Overload | Description |
GetRotatedTextSize(Graphics,String,Font,Rectangle,TextOrientation,Boolean,HotkeyPrefix,StringTrimming) | Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming. |
GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,HotkeyPrefix,StringTrimming) | Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming. |
GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,Boolean,HotkeyPrefix,StringTrimming) | Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming. |
GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,HotkeyPrefix,StringTrimming,Double) | Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming. |
See Also