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

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

Initializes a new instance of the DrawableViewbox class.
public DrawableViewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY )
upperLeftX double The upper left X coordinate.
upperLeftY double The upper left Y coordinate.
lowerRightX double The lower right X coordinate.
lowerRightY double The lower right Y coordinate.
    public DrawableViewbox(double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY)
    {
      UpperLeftX = upperLeftX;
      UpperLeftY = upperLeftY;
      LowerRightX = lowerRightX;
      LowerRightY = lowerRightY;
    }

Same methods

DrawableViewbox::DrawableViewbox ( Rectangle rectangle ) : System.Drawing