C# 클래스 cadencii.java.awt.Polygon

파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
npoints int
xpoints int[]
ypoints int[]

공개 메소드들

메소드 설명
Polygon ( ) : System
Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System

메소드 상세

Polygon() 공개 메소드

public Polygon ( ) : System
리턴 System

Polygon() 공개 메소드

public Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System
xpoints_ int
ypoints_ int
npoints_ int
리턴 System

프로퍼티 상세

npoints 공개적으로 프로퍼티

点の総数です。
public int npoints
리턴 int

xpoints 공개적으로 프로퍼티

X 座標の配列です。
public int[] xpoints
리턴 int[]

ypoints 공개적으로 프로퍼티

Y 座標の配列です。
public int[] ypoints
리턴 int[]