NSDivideRect

Function NSDivideRect 

Source
pub unsafe extern "C-unwind" fn NSDivideRect(
    in_rect: NSRect,
    slice: NonNull<NSRect>,
    rem: NonNull<NSRect>,
    amount: CGFloat,
    edge: NSRectEdge,
)
Available on crate features NSGeometry and objc2-core-foundation only.
Expand description

ยงSafety

  • slice must be a valid pointer.
  • rem must be a valid pointer.