Table of Contents

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
IDrawableGravity
IDrawable
Inherited Members

Constructors

DrawableGravity(Gravity)

Initializes a new instance of the DrawableGravity class.

public DrawableGravity(Gravity gravity)

Parameters

gravity Gravity

The gravity.

Properties

Gravity

Gets or sets the gravity.

public Gravity Gravity { get; set; }

Property Value

Gravity