dmagick.c.geometry

Undocumented in source.

Members

Aliases

ssize_t
alias ssize_t = ptrdiff_t
Undocumented in source.

Enums

GeometryFlags
enum GeometryFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.

Functions

GetGeometry
MagickStatusType GetGeometry(const(char)* , ssize_t* , ssize_t* , size_t* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetPageGeometry
char* GetPageGeometry(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GravityAdjustGeometry
void GravityAdjustGeometry(size_t , size_t , GravityType , RectangleInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsGeometry
MagickBooleanType IsGeometry(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsSceneGeometry
MagickBooleanType IsSceneGeometry(const(char)* , MagickBooleanType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParseAbsoluteGeometry
MagickStatusType ParseAbsoluteGeometry(const(char)* , RectangleInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParseAffineGeometry
MagickStatusType ParseAffineGeometry(const(char)* , AffineMatrix* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParseGeometry
MagickStatusType ParseGeometry(const(char)* , GeometryInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParseGravityGeometry
MagickStatusType ParseGravityGeometry(const(Image)* , const(char)* , RectangleInfo* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParseMetaGeometry
MagickStatusType ParseMetaGeometry(const(char)* , ssize_t* , ssize_t* , size_t* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParsePageGeometry
MagickStatusType ParsePageGeometry(const(Image)* , const(char)* , RectangleInfo* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ParseRegionGeometry
MagickStatusType ParseRegionGeometry(const(Image)* , const(char)* , RectangleInfo* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetGeometry
void SetGeometry(const(Image)* , RectangleInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetGeometryInfo
void SetGeometryInfo(GeometryInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AffineMatrix
struct AffineMatrix

An AffineMatrix object describes a coordinate transformation.

GeometryInfo
struct GeometryInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OffsetInfo
struct OffsetInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RectangleInfo
struct RectangleInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta