pub type PrimitiveInfo = _PrimitiveInfo;Aliased Type§
#[repr(C)]pub 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