Class DrawableGravity
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Sets the gravity to use when drawing.
public sealed class DrawableGravity : IDrawableGravity, IDrawable
- Inheritance
-
DrawableGravity
- Implements
-
IDrawableGravityIDrawable
- Inherited Members
Constructors
DrawableGravity(Gravity)
Initializes a new instance of the DrawableGravity class.
public DrawableGravity(Gravity gravity)
Parameters
gravity
GravityThe gravity.
Properties
Gravity
Gets or sets the gravity.
public Gravity Gravity { get; set; }
Property Value
- Gravity