ImageMagick.DrawingWand.PushPattern C# (CSharp) Method

PushPattern() public method

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