C# 클래스 ImageMagick.PathMoveToRel

Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.
상속: IPath
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
PathMoveToRel ( PointD coordinate )

Initializes a new instance of the PathMoveToRel class.

PathMoveToRel ( double x, double y )

Initializes a new instance of the PathMoveToRel class.

비공개 메소드들

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

Draws this instance with the drawing wand.

메소드 상세

PathMoveToRel() 공개 메소드

Initializes a new instance of the PathMoveToRel class.
public PathMoveToRel ( PointD coordinate )
coordinate PointD The coordinate to use.

PathMoveToRel() 공개 메소드

Initializes a new instance of the PathMoveToRel class.
public PathMoveToRel ( double x, double y )
x double The X coordinate.
y double The Y coordinate.