NSDrawColorTiledRects

Function NSDrawColorTiledRects 

Source
pub unsafe extern "C-unwind" fn NSDrawColorTiledRects(
    bounds_rect: NSRect,
    clip_rect: NSRect,
    sides: NonNull<NSRectEdge>,
    colors: NonNull<NonNull<NSColor>>,
    count: NSInteger,
) -> NSRect
Available on crate features NSColor and NSGraphics only.
Expand description

ยงSafety

  • sides must be a valid pointer.
  • colors must be a valid pointer.