Intersoft ClientUI Documentation
GetActualHeight Method



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

Parameters

glyph
The instance of the Glyphs object.

Return Value

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