GraphicsDrawTexture Method (Texture, RectangleF)

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)"]

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

public void DrawTexture(
	Texture texture,
	RectangleF rectangle
)

Parameters

texture
Type: RageTexture

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

rectangle
Type: System.DrawingRectangleF

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

See Also

Reference