C# 클래스 DrawCircleNextLevel.FastDraw

파일 보기 프로젝트 열기: blm95/LeagueSharp2

공개 메소드들

메소드 설명
DrawCircle ( float x, float y, float radius, float thickness, System color ) : void

비공개 메소드들

메소드 설명
DrawCircle2 ( double x, double y, double radius, int chordLength ) : IEnumerable
DrawCircleNextLvl ( float x, float y, float radius ) : IEnumerable
FastDraw ( ) : System
RadianToDegree ( double angle ) : double

메소드 상세

DrawCircle() 공개 정적인 메소드

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