Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ImageMagick
PathLineToHorizontalRel
IPath
ImageMagick.PathLineToHorizontalRel.IPath C# (CSharp) Method
PathLineToHorizontalRel Class Documentation
Datei anzeigen
Open project: dlemstra/Magick.NET
IPath()
public
method
Draws this instance with the drawing wand.
public
IPath
(
IDrawingWand
wand
) :
void
wand
IDrawingWand
The want to draw on.
return
void
void IPath.Draw(IDrawingWand wand) { if (wand != null) wand.PathLineToHorizontalRel(X); } }
PathLineToHorizontalRel
IPath
PathLineToHorizontalRel