C# 클래스 ImageMagick.DrawableArc

Encapsulation of the DrawableArc object.
상속: IDrawableArc
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
DrawableArc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees )

Initializes a new instance of the DrawableArc class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

메소드 상세

DrawableArc() 공개 메소드

Initializes a new instance of the DrawableArc class.
public DrawableArc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees )
startX double The starting X coordinate of the bounding rectangle.
startY double The starting Y coordinate of thebounding rectangle.
endX double The ending X coordinate of the bounding rectangle.
endY double The ending Y coordinate of the bounding rectangle.
startDegrees double The starting degrees of rotation.
endDegrees double The ending degrees of rotation.

IDrawable() 공개 메소드

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
리턴 void