Type Alias magick_rust::bindings::PrimitiveInfo
source · pub type PrimitiveInfo = _PrimitiveInfo;
Aliased Type§
struct PrimitiveInfo {
pub point: _PointInfo,
pub coordinates: usize,
pub primitive: PrimitiveType,
pub method: PaintMethod,
pub text: *mut i8,
pub closed_subpath: MagickBooleanType,
}
Fields§
§point: _PointInfo
§coordinates: usize
§primitive: PrimitiveType
§method: PaintMethod
§text: *mut i8
§closed_subpath: MagickBooleanType