Intersoft ClientUI Documentation
GetActualWidth Method



The instance of the Glyphs object.
Gets the glyphs actual width.
Syntax
<ExtensionAttribute()>
Public Shared Function GetActualWidth( _
   ByVal glyph As Glyphs _
) As Double
Dim glyph As Glyphs
Dim value As Double
 
value = GlyphsExtension.GetActualWidth(glyph)
[ExtensionAttribute()]
public static double GetActualWidth( 
   Glyphs glyph
)
[ExtensionAttribute()]
public:
static double GetActualWidth( 
   Glyphs^ glyph
) 

Parameters

glyph
The instance of the Glyphs object.

Return Value

The Glyphs instance actual width.
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

Reference

GlyphsExtension Class
GlyphsExtension Members

Send Feedback