ImageMagick.DrawingWand.RoundRectangle C# (CSharp) Метод

RoundRectangle() публичный Метод

public RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : void
centerX double
centerY double
width double
height double
cornerWidth double
cornerHeight double
Результат void
    public void RoundRectangle(double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight)
    {
      _NativeInstance.RoundRectangle(centerX, centerY, width, height, cornerWidth, cornerHeight);
    }