C# Класс DrawCircleNextLevel.FastDraw

Показать файл Открыть проект

Открытые методы

Метод Описание
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