GraphicsDrawTexture Method (Texture, Vector2, Vector2, Vector2, Single, Single, Single, Single, Single, Vector2)

RAGE Plugin Hook Documentation

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

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

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

public void DrawTexture(
	Texture texture,
	Vector2 position,
	Vector2 positionOrigin,
	Vector2 size,
	float u1,
	float v1,
	float u2,
	float v2,
	float rotation,
	Vector2 rotationOrigin
)

Parameters

texture
Type: RageTexture

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

position
Type: RageVector2

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

positionOrigin
Type: RageVector2

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

size
Type: RageVector2

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

u1
Type: SystemSingle

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

v1
Type: SystemSingle

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

u2
Type: SystemSingle

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

v2
Type: SystemSingle

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

rotation
Type: SystemSingle

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

rotationOrigin
Type: RageVector2

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

See Also

Reference