Spread Windows Forms 6.0 Product Documentation
GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,HotkeyPrefix,StringTrimming,Double) Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class > GetRotatedTextSize Method : GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,HotkeyPrefix,StringTrimming,Double) Method


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

Glossary Item Box

Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix and string trimming.

Syntax

Visual Basic (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 hotkeyPrefix As HotkeyPrefix, _
   ByVal stringTrim As StringTrimming, _
   ByVal angle As Double _
) As SizeF
Visual Basic (Usage)Copy Code
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 hotkeyPrefix As HotkeyPrefix
Dim stringTrim As StringTrimming
Dim angle As Double
Dim value As SizeF
 
value = ElementWindowless.GetRotatedTextSize(g, s, font, r, textOrientation, wordWrap, hotkeyPrefix, stringTrim, angle)
C# 
public static SizeF GetRotatedTextSize( 
   Graphics g,
   string s,
   Font font,
   RectangleF r,
   TextOrientation textOrientation,
   bool wordWrap,
   HotkeyPrefix hotkeyPrefix,
   StringTrimming stringTrim,
   double angle
)

Parameters

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

Return Value

SizeF

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.