Processing.PRenderer.Rectangle C# (CSharp) Method

Rectangle() public abstract method

public abstract Rectangle ( float x, float y, float width, float height ) : void
x float
y float
width float
height float
return void
        public abstract void Rectangle(float x, float y, float width, float height);
        //public abstract void StrokeRectangle(float x, float y, float width, float height);