Constructor UIText
UIText(String, Point, Single)
Declaration
public UIText(string caption, Point position, float scale)
Parameters
Type |
Name |
Description |
System.String |
caption |
|
System.Drawing.Point |
position |
|
System.Single |
scale |
|
UIText(String, Point, Single, Color)
Declaration
public UIText(string caption, Point position, float scale, Color color)
Parameters
Type |
Name |
Description |
System.String |
caption |
|
System.Drawing.Point |
position |
|
System.Single |
scale |
|
System.Drawing.Color |
color |
|
UIText(String, Point, Single, Color, Font, Boolean)
Declaration
public UIText(string caption, Point position, float scale, Color color, Font font, bool centered)
Parameters
Type |
Name |
Description |
System.String |
caption |
|
System.Drawing.Point |
position |
|
System.Single |
scale |
|
System.Drawing.Color |
color |
|
Font |
font |
|
System.Boolean |
centered |
|
UIText(String, Point, Single, Color, Font, Boolean, Boolean, Boolean)
Declaration
public UIText(string caption, Point position, float scale, Color color, Font font, bool centered, bool shadow, bool outline)
Parameters
Type |
Name |
Description |
System.String |
caption |
|
System.Drawing.Point |
position |
|
System.Single |
scale |
|
System.Drawing.Color |
color |
|
Font |
font |
|
System.Boolean |
centered |
|
System.Boolean |
shadow |
|
System.Boolean |
outline |
|