Processing.PRenderer.Ellipse C# (CSharp) Method

Ellipse() public abstract method

public abstract Ellipse ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
return void
        public abstract void Ellipse(int left, int top, int right, int bottom);