Spread Windows Forms 10.0 Product Documentation
GetRotatedTextSize(Graphics,String,Font,Rectangle,TextOrientation,Boolean,HotkeyPrefix,StringTrimming) Method


GDI+ graphics surface
String
Font
Rectangle
Text orientation
True to wrap text, false otherwise.
HotkeyPrefix
StringTrimming
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 Rectangle, _
   ByVal textOrientation As TextOrientation, _
   ByVal wordWrap As Boolean, _
   ByVal hotkeyPrefix As HotkeyPrefix, _
   ByVal stringTrim As StringTrimming _
) As Size
'Usage
 
Dim g As Graphics
Dim s As String
Dim font As Font
Dim r As Rectangle
Dim textOrientation As TextOrientation
Dim wordWrap As Boolean
Dim hotkeyPrefix As HotkeyPrefix
Dim stringTrim As StringTrimming
Dim value As Size
 
value = ElementWindowless.GetRotatedTextSize(g, s, font, r, textOrientation, wordWrap, hotkeyPrefix, stringTrim)
public static Size GetRotatedTextSize( 
   Graphics g,
   string s,
   Font font,
   Rectangle r,
   TextOrientation textOrientation,
   bool wordWrap,
   HotkeyPrefix hotkeyPrefix,
   StringTrimming stringTrim
)

Parameters

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

Return Value

Size object containing the size of the text
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ElementWindowless Class
ElementWindowless Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.