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

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

public abstract Ellipse ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
Результат void
        public abstract void Ellipse(int left, int top, int right, int bottom);