SampSharp
SampSharp
SampSharp.GameMode.Display
TextDraw Class
TextDraw Constructor
TextDraw Constructor
TextDraw Constructor (Vector2, String)
TextDraw Constructor (Vector2, String, TextDrawFont)
TextDraw Constructor (Vector2, String, TextDrawFont, Color)
TextDraw Constructor (Vector2, String, TextDrawFont)
Initializes a new instance of the
TextDraw
class.
Namespace:
SampSharp.GameMode.Display
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
TextDraw
(
Vector2
position
,
string
text
,
TextDrawFont
font
)
Parameters
position
Type:
SampSharp.GameMode
Vector2
The position of the textdraw on the screen.
text
Type:
System
String
The text of the textdraw.
font
Type:
SampSharp.GameMode.Definitions
TextDrawFont
The
TextDrawFont
of the textdraw.
See Also
Reference
TextDraw Class
TextDraw Overload
SampSharp.GameMode.Display Namespace