GraphicsDrawCircle Method

RAGE Plugin Hook Documentation

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

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

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

public void DrawCircle(
	Vector2 position,
	float radius,
	Color color
)

Parameters

position
Type: RageVector2

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

radius
Type: SystemSingle

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

color
Type: System.DrawingColor

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

See Also

Reference