GraphicsDrawTexture Method (Texture, RectangleF, Single, Single, Single, Single)

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

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

public void DrawTexture(
	Texture texture,
	RectangleF rectangle,
	float u1,
	float v1,
	float u2,
	float v2
)

Parameters

texture
Type: RageTexture

[Missing <param name="texture"/> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

rectangle
Type: System.DrawingRectangleF

[Missing <param name="rectangle"/> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

u1
Type: SystemSingle

[Missing <param name="u1"/> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

v1
Type: SystemSingle

[Missing <param name="v1"/> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

u2
Type: SystemSingle

[Missing <param name="u2"/> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

v2
Type: SystemSingle

[Missing <param name="v2"/> documentation for "M:Rage.Graphics.DrawTexture(Rage.Texture,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]

See Also

Reference