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

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,System.Drawing.RectangleF)"]

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,
	RectangleF clipRectangle
)

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,System.Drawing.RectangleF)"]

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,System.Drawing.RectangleF)"]

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,System.Drawing.RectangleF)"]

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,System.Drawing.RectangleF)"]

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,System.Drawing.RectangleF)"]

clipRectangle
Type: System.DrawingRectangleF

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

See Also

Reference