C# Class DrawCircleNextLevel.FastDraw

Mostrar archivo Open project: blm95/LeagueSharp2

Public Methods

Method Description
DrawCircle ( float x, float y, float radius, float thickness, System color ) : void

Private Methods

Method Description
DrawCircle2 ( double x, double y, double radius, int chordLength ) : IEnumerable
DrawCircleNextLvl ( float x, float y, float radius ) : IEnumerable
FastDraw ( ) : System
RadianToDegree ( double angle ) : double

Method Details

DrawCircle() public static method

public static DrawCircle ( float x, float y, float radius, float thickness, System color ) : void
x float
y float
radius float
thickness float
color System
return void