ZebraGraphicsDrawText Method (String, Font, Color, Int32, Int32, Int32)
|
Draws the text at the specified x and y coordinates and center rotates the text to the specified angle.
Namespace:
Zebra.Sdk.Card.Graphics
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax void DrawText(
string text,
Font font,
Color color,
int x,
int y,
int angle
)
Sub DrawText (
text As String,
font As Font,
color As Color,
x As Integer,
y As Integer,
angle As Integer
)
void DrawText(
String^ text,
Font^ font,
Color color,
int x,
int y,
int angle
)
Parameters
- text
- Type: SystemString
The text to be drawn. - font
- Type: System.DrawingFont
The font type. - color
- Type: System.DrawingColor
The text color. - x
- Type: SystemInt32
The x coordinate. - y
- Type: SystemInt32
The y coordinate. - angle
- Type: SystemInt32
The angle of the the text to be drawn (center rotated).
Exceptions See Also