Function objc2_app_kit::NSDrawThreePartImage

source ยท
pub unsafe extern "C" fn NSDrawThreePartImage(
    frame: NSRect,
    start_cap: Option<&NSImage>,
    center_fill: Option<&NSImage>,
    end_cap: Option<&NSImage>,
    vertical: Bool,
    op: NSCompositingOperation,
    alpha_fraction: CGFloat,
    flipped: Bool
)
Available on crate features NSGraphics and NSImage and NSCell only.