cadencii.java.awt.Polygon.Polygon C# (CSharp) Method

Polygon() public method

public Polygon ( ) : System
return System
        public Polygon() {
            npoints = 0;
            xpoints = new int[0];
            ypoints = new int[0];
        }

Same methods

Polygon::Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System
Polygon