C# Класс ImageMagick.PathMoveToAbs

Starts a new sub-path at the given coordinate using absolute coordinates. The current point then becomes the specified coordinate.
Наследование: IPath
Показать файл Открыть проект

Открытые методы

Метод Описание
PathMoveToAbs ( PointD coordinate )

Initializes a new instance of the PathMoveToAbs class.

PathMoveToAbs ( double x, double y )

Initializes a new instance of the PathMoveToAbs class.

Приватные методы

Метод Описание
IPath ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Описание методов

PathMoveToAbs() публичный метод

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

PathMoveToAbs() публичный метод

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