Type Alias magick_rust::bindings::RectangleInfo
source · pub type RectangleInfo = _RectangleInfo;
Aliased Type§
struct RectangleInfo {
pub width: usize,
pub height: usize,
pub x: isize,
pub y: isize,
}
Fields§
§width: usize
§height: usize
§x: isize
§y: isize