Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / GetRotatedTextSize Method / GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,Boolean,HotkeyPrefix,StringTrimming) Method
GDI+ graphics surface
String
Font
RectangleF
Text orientation
True to wrap text, false otherwise
True to draw multiline text, false otherwise
HotkeyPrefix
StringTrimming


In This Topic
    GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,Boolean,HotkeyPrefix,StringTrimming) Method
    In This Topic
    Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetRotatedTextSize( _
       ByVal g As Graphics, _
       ByVal s As String, _
       ByVal font As Font, _
       ByVal r As RectangleF, _
       ByVal textOrientation As TextOrientation, _
       ByVal wordWrap As Boolean, _
       ByVal multiline As Boolean, _
       ByVal hotkeyPrefix As HotkeyPrefix, _
       ByVal stringTrim As StringTrimming _
    ) As SizeF
    'Usage
     
    
    Dim g As Graphics
    Dim s As String
    Dim font As Font
    Dim r As RectangleF
    Dim textOrientation As TextOrientation
    Dim wordWrap As Boolean
    Dim multiline As Boolean
    Dim hotkeyPrefix As HotkeyPrefix
    Dim stringTrim As StringTrimming
    Dim value As SizeF
     
    value = ElementWindowless.GetRotatedTextSize(g, s, font, r, textOrientation, wordWrap, multiline, hotkeyPrefix, stringTrim)

    Parameters

    g
    GDI+ graphics surface
    s
    String
    font
    Font
    r
    RectangleF
    textOrientation
    Text orientation
    wordWrap
    True to wrap text, false otherwise
    multiline
    True to draw multiline text, false otherwise
    hotkeyPrefix
    HotkeyPrefix
    stringTrim
    StringTrimming

    Return Value

    SizeF
    See Also