C# Класс ImageMagick.PathLineToAbs

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

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

Метод Описание
PathLineToAbs ( ) : System.Collections.Generic

Initializes a new instance of the PathLineToAbs class.

PathLineToAbs ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the PathLineToAbs class.

PathLineToAbs ( double x, double y ) : System.Collections.Generic

Initializes a new instance of the PathLineToAbs class.

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

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

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the PathLineToAbs class.
public PathLineToAbs ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Initializes a new instance of the PathLineToAbs class.
public PathLineToAbs ( IEnumerable coordinates ) : System.Collections.Generic
coordinates IEnumerable The coordinates to use.
Результат System.Collections.Generic

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

Initializes a new instance of the PathLineToAbs class.
public PathLineToAbs ( double x, double y ) : System.Collections.Generic
x double The X coordinate.
y double The Y coordinate.
Результат System.Collections.Generic