GraphicsDrawText Method (String, String, Single, PointF, Color)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.Graphics.DrawText(System.String,System.String,System.Single,System.Drawing.PointF,System.Drawing.Color)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public void DrawText(
	string text,
	string fontName,
	float fontSize,
	PointF position,
	Color color
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Rage.Graphics.DrawText(System.String,System.String,System.Single,System.Drawing.PointF,System.Drawing.Color)"]

fontName
Type: SystemString

[Missing <param name="fontName"/> documentation for "M:Rage.Graphics.DrawText(System.String,System.String,System.Single,System.Drawing.PointF,System.Drawing.Color)"]

fontSize
Type: SystemSingle

[Missing <param name="fontSize"/> documentation for "M:Rage.Graphics.DrawText(System.String,System.String,System.Single,System.Drawing.PointF,System.Drawing.Color)"]

position
Type: System.DrawingPointF

[Missing <param name="position"/> documentation for "M:Rage.Graphics.DrawText(System.String,System.String,System.Single,System.Drawing.PointF,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Rage.Graphics.DrawText(System.String,System.String,System.Single,System.Drawing.PointF,System.Drawing.Color)"]

See Also

Reference