Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ImageMagick
PathLineToHorizontalRel
IPath
ImageMagick.PathLineToHorizontalRel.IPath C# (CSharp) Méthode
PathLineToHorizontalRel Class Documentation
Afficher le fichier
Open project: dlemstra/Magick.NET
IPath()
public
méthode
Draws this instance with the drawing wand.
public
IPath
(
IDrawingWand
wand
) :
void
wand
IDrawingWand
The want to draw on.
Résultat
void
void IPath.Draw(IDrawingWand wand) { if (wand != null) wand.PathLineToHorizontalRel(X); } }
PathLineToHorizontalRel
IPath
PathLineToHorizontalRel