C# Класс ImageMagick.PathLineToHorizontalAbs

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

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

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

Draws this instance with the drawing wand.

PathLineToHorizontalAbs ( double x )

Initializes a new instance of the PathLineToHorizontalAbs class.

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

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

Draws this instance with the drawing wand.
public IPath ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Результат void

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

Initializes a new instance of the PathLineToHorizontalAbs class.
public PathLineToHorizontalAbs ( double x )
x double The X coordinate.