cadencii.java.awt.Polygon.Polygon C# (CSharp) 메소드

Polygon() 공개 메소드

public Polygon ( ) : System
리턴 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