C# Class ImageMagick.PathMoveToRel

Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.
Inheritance: IPath
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
PathMoveToRel ( PointD coordinate )

Initializes a new instance of the PathMoveToRel class.

PathMoveToRel ( double x, double y )

Initializes a new instance of the PathMoveToRel class.

Private Methods

Méthode Description
IPath ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

PathMoveToRel() public méthode

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

PathMoveToRel() public méthode

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