This property sets the font size used to draw text.
[Visual Basic] Public Property FontSize As
Single
[C#] public float FontSize {get; set;}
Property Value
The value denoting the size of the font. (in pixels)
Default value is 16.0
Explanation
The FontSize property sets the font size used to draw text. The units of measure are pixels.
Set this property before drawing the text.
To make changes to an object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectFontSize property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit