C# 클래스 Praeclarum.Graphics.Polygon

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

공개 프로퍼티들

프로퍼티 타입 설명
Points List

공개 메소드들

메소드 설명
AddPoint ( float x, float y ) : void
Clear ( ) : void
Polygon ( ) : System
Polygon ( int xs, int ys, int c ) : System

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( float x, float y ) : void
x float
y float
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Polygon() 공개 메소드

public Polygon ( ) : System
리턴 System

Polygon() 공개 메소드

public Polygon ( int xs, int ys, int c ) : System
xs int
ys int
c int
리턴 System

프로퍼티 상세

Points 공개적으로 프로퍼티

public List Points
리턴 List