NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Font.GetHeight

[To be supplied.]

[Visual Basic]
Public Function GetHeight( _
   ByVal graphics As Graphics _
) As Single
[C#]
public float GetHeight(
   Graphics graphics
);
[C++]
public: float GetHeight(
   Graphics* graphics
);
[JScript]
public function GetHeight(
   graphics : Graphics
) : float;

Parameters

graphics
[To be supplied.]

See Also

Font Class | Font Members | System.Drawing Namespace