A member of the UnitMode enumeration.





In This Topic

FontSetUnit Method (GdPictureImaging)

In This Topic
Sets the font size unit used in the Drawing text methods.
Syntax
'Declaration

 

Public Sub FontSetUnit( _

   ByVal UnitMode As UnitMode _

) 
public void FontSetUnit( 

   UnitMode UnitMode

)
public procedure FontSetUnit( 

    UnitMode: UnitMode

); 
public function FontSetUnit( 

   UnitMode : UnitMode

);
public: void FontSetUnit( 

   UnitMode UnitMode

) 
public:

void FontSetUnit( 

   UnitMode UnitMode

) 

Parameters

UnitMode
A member of the UnitMode enumeration.
See Also