GraphicsDrawTexture Method (Texture, 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.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,
	float x,
	float y,
	float width,
	float height
)

Parameters

texture
Type: RageTexture

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

x
Type: SystemSingle

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

y
Type: SystemSingle

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

width
Type: SystemSingle

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

height
Type: SystemSingle

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

See Also

Reference