NSSize

Type Alias NSSize 

Source
pub type NSSize = CGSize;
Expand description

A two-dimensional size.

Aliased Type§

#[repr(C)]
pub struct NSSize { pub width: f64, pub height: f64, }

Fields§

§width: f64

A width value.

§height: f64

A height value.