GraphicsDrawLine Method

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.Graphics.DrawLine(Rage.Vector2,Rage.Vector2,System.Drawing.Color)"]

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

public void DrawLine(
	Vector2 start,
	Vector2 end,
	Color color
)

Parameters

start
Type: RageVector2

[Missing <param name="start"/> documentation for "M:Rage.Graphics.DrawLine(Rage.Vector2,Rage.Vector2,System.Drawing.Color)"]

end
Type: RageVector2

[Missing <param name="end"/> documentation for "M:Rage.Graphics.DrawLine(Rage.Vector2,Rage.Vector2,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Rage.Graphics.DrawLine(Rage.Vector2,Rage.Vector2,System.Drawing.Color)"]

See Also

Reference