kCVImageBufferDisplayMaskRectangle_LeftEdgePointsKey

Static kCVImageBufferDisplayMaskRectangle_LeftEdgePointsKey 

Source
pub unsafe static kCVImageBufferDisplayMaskRectangle_LeftEdgePointsKey: &'static CFString
Available on crate feature CVImageBuffer only.
Expand description

Specifies inset points on the left vertical edge of the rectangle. The points are CFArray of unsigned 16-bit integer CFNumber pairs alternating between inset X and inset Y. Inset X is an unsigned offset from left edge (0) towards the right edge (width). Inset Y is an unsigned offset from top edge (0) towards the bottom edge (height)

See also Apple’s documentation