C# Класс ImageMagick.PathLineToRel

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

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

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

Initializes a new instance of the PathLineToRel class.

PathLineToRel ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the PathLineToRel class.

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

Initializes a new instance of the PathLineToRel class.

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

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

Draws this instance with the drawing wand.

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

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

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

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

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

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

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