Processing.PRenderer.Arc C# (CSharp) Метод

Arc() публичный абстрактный Метод

public abstract Arc ( float x, float y, float width, float height, float startRadians, float endRadians ) : void
x float
y float
width float
height float
startRadians float
endRadians float
Результат void
        public abstract void Arc(float x, float y, float width, float height, float startRadians, float endRadians);