In This Topic

FontGetUnit Method (GdPictureImaging)

In This Topic
Retrieves the font size unit used in the Drawing text methods.
Syntax
'Declaration
 
Public Function FontGetUnit() As UnitMode
public UnitMode FontGetUnit()
public function FontGetUnit(): UnitMode; 
public function FontGetUnit() : UnitMode;
public: UnitMode FontGetUnit(); 
public:
UnitMode FontGetUnit(); 

Return Value

A member of the UnitMode enumeration.
See Also