Click or drag to resize

I3DDrawerDrawCircleOutline Method

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void DrawCircleOutline(
	Vector3 center,
	float radius,
	Color color
)

Parameters

center
Type: Clio.UtilitiesVector3
radius
Type: SystemSingle
color
Type: System.DrawingColor
See Also