ImageMagick.DrawingWand.PushPattern C# (CSharp) Méthode

PushPattern() public méthode

public PushPattern ( string id, double x, double y, double width, double height ) : void
id string
x double
y double
width double
height double
Résultat void
    public void PushPattern(string id, double x, double y, double width, double height)
    {
      _NativeInstance.PushPattern(id, x, y, width, height);
    }