C# Class cadencii.java.awt.Polygon

Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Свойство Type Description
npoints int
xpoints int[]
ypoints int[]

Méthodes publiques

Méthode Description
Polygon ( ) : System
Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System

Method Details

Polygon() public méthode

public Polygon ( ) : System
Résultat System

Polygon() public méthode

public Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System
xpoints_ int
ypoints_ int
npoints_ int
Résultat System

Property Details

npoints public_oe property

点の総数です。
public int npoints
Résultat int

xpoints public_oe property

X 座標の配列です。
public int[] xpoints
Résultat int[]

ypoints public_oe property

Y 座標の配列です。
public int[] ypoints
Résultat int[]