C# 클래스 Core2D.Math.Arc.GdiArc

Convert IArc coordinates to GDI arc coordinates.
파일 보기 프로젝트 열기: Core2D/Core2D

공개 프로퍼티들

프로퍼티 타입 설명
EndAngle double
Height double
RadiusX double
RadiusY double
StartAngle double
SweepAngle double
Width double
X double
Y double

공개 메소드들

메소드 설명
FromXArc ( IArc arc ) : GdiArc

FromXArc ( XPoint p1, XPoint p2, XPoint p3, XPoint p4 ) : GdiArc

메소드 상세

FromXArc() 공개 정적인 메소드

public static FromXArc ( IArc arc ) : GdiArc
arc IArc
리턴 GdiArc

FromXArc() 공개 정적인 메소드

public static FromXArc ( XPoint p1, XPoint p2, XPoint p3, XPoint p4 ) : GdiArc
p1 Core2D.Shapes.XPoint
p2 Core2D.Shapes.XPoint
p3 Core2D.Shapes.XPoint
p4 Core2D.Shapes.XPoint
리턴 GdiArc

프로퍼티 상세

EndAngle 공개적으로 프로퍼티

public double EndAngle
리턴 double

Height 공개적으로 프로퍼티

public double Height
리턴 double

RadiusX 공개적으로 프로퍼티

public double RadiusX
리턴 double

RadiusY 공개적으로 프로퍼티

public double RadiusY
리턴 double

StartAngle 공개적으로 프로퍼티

public double StartAngle
리턴 double

SweepAngle 공개적으로 프로퍼티

public double SweepAngle
리턴 double

Width 공개적으로 프로퍼티

public double Width
리턴 double

X 공개적으로 프로퍼티

public double X
리턴 double

Y 공개적으로 프로퍼티

public double Y
리턴 double