C# 클래스 ImageMagick.PathArcRel

Draws an elliptical arc from the current point to (X, Y) using relative coordinates. The size and orientation of the ellipse are defined by two radii(RadiusX, RadiusY) and an RotationX, which indicates how the ellipse as a whole is rotated relative to the current coordinate system. The center of the ellipse is calculated automagically to satisfy the constraints imposed by the other parameters. UseLargeArc and UseSweep contribute to the automatic calculations and help determine how the arc is drawn. If UseLargeArc is true then draw the larger of the available arcs. If UseSweep is true, then draw the arc matching a clock-wise rotation.
상속: IPath
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
PathArcRel ( ) : System.Collections.Generic

Initializes a new instance of the PathArcRel class.

PathArcRel ( IEnumerable pathArcs ) : System.Collections.Generic

Initializes a new instance of the PathArcRel class.

비공개 메소드들

메소드 설명
IPath ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

메소드 상세

PathArcRel() 공개 메소드

Initializes a new instance of the PathArcRel class.
public PathArcRel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PathArcRel() 공개 메소드

Initializes a new instance of the PathArcRel class.
public PathArcRel ( IEnumerable pathArcs ) : System.Collections.Generic
pathArcs IEnumerable The coordinates to use.
리턴 System.Collections.Generic