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

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

Initializes a new instance of the DrawableRotation class.
public DrawableRotation ( double angle )
angle double The angle.
    public DrawableRotation(double angle)
    {
      Angle = angle;
    }