Function objc2_app_kit::NSDrawNinePartImage
source · pub unsafe extern "C" fn NSDrawNinePartImage(
frame: NSRect,
top_left_corner: Option<&NSImage>,
top_edge_fill: Option<&NSImage>,
top_right_corner: Option<&NSImage>,
left_edge_fill: Option<&NSImage>,
center_fill: Option<&NSImage>,
right_edge_fill: Option<&NSImage>,
bottom_left_corner: Option<&NSImage>,
bottom_edge_fill: Option<&NSImage>,
bottom_right_corner: Option<&NSImage>,
op: NSCompositingOperation,
alpha_fraction: CGFloat,
flipped: Bool
)
Available on crate features
NSGraphics
and NSImage
and NSCell
only.