dmagick.c.geometry

Members

Enums

GravityType
enum GravityType

Specify positioning of an object (e.g. text, image) within a bounding region (e.g. an image). Gravity provides a convenient way to locate objects irrespective of the size of the bounding region, in other words, you don't need to provide absolute coordinates in order to position an object. A common default for gravity is NorthWestGravity.

Structs

AffineMatrix
struct AffineMatrix

An AffineMatrix object describes a coordinate transformation.

Meta