C# 클래스 EllipseG, NewTOAPIA

The structure to represent ellipse geometry.
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Center Point
Center System.Drawing.Point
XRadius int
YRadius int

공개 메소드들

메소드 설명
EllipseG ( Point acenter, int xrad, int yrad ) : System

Structure constructor.

EllipseG ( System acenter, int xrad, int yrad ) : System

Structure constructor.

메소드 상세

EllipseG() 공개 메소드

Structure constructor.
public EllipseG ( Point acenter, int xrad, int yrad ) : System
acenter Point Center of Ellipse.
xrad int X-Axis Radius
yrad int Y-Axis Radius
리턴 System

EllipseG() 공개 메소드

Structure constructor.
public EllipseG ( System acenter, int xrad, int yrad ) : System
acenter System Center of Ellipse.
xrad int X-Axis Radius
yrad int Y-Axis Radius
리턴 System

프로퍼티 상세

Center 공개적으로 프로퍼티

Indicates the center of the ellipse.
public Point Center
리턴 Point

Center 공개적으로 프로퍼티

Indicates the center of the ellipse.
public Point,System.Drawing Center
리턴 System.Drawing.Point

XRadius 공개적으로 프로퍼티

Radius of ellipse along X-Axis.
public int XRadius
리턴 int

YRadius 공개적으로 프로퍼티

Radius of ellipse along Y-Axis.
public int YRadius
리턴 int