Type Alias magick_rust::bindings::SegmentInfo
source · pub type SegmentInfo = _SegmentInfo;
Aliased Type§
struct SegmentInfo {
pub x1: f64,
pub y1: f64,
pub x2: f64,
pub y2: f64,
}
Fields§
§x1: f64
§y1: f64
§x2: f64
§y2: f64