Draws a nine-part tiled image.
Original signature is 'void NSDrawNinePartImage(NSRect frame, NSImage *topLeftCorner, NSImage *topEdgeFill, NSImage *topRightCorner, NSImage *leftEdgeFill, NSImage *centerFill, NSImage *rightEdgeFill, NSImage *bottomLeftCorner, NSImage *bottomEdgeFill, NSImage *bottomRightCorner, NSCompositingOperation op, CGFloat alphaFraction, BOOL flipped );'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static void NSDrawNinePartImage( NSRect frame, NSImage topLeftCorner, NSImage topEdgeFill, NSImage topRightCorner, NSImage leftEdgeFill, NSImage centerFill, NSImage rightEdgeFill, NSImage bottomLeftCorner, NSImage bottomEdgeFill, NSImage bottomRightCorner, NSCompositingOperation op, CGFloat alphaFraction, bool flipped )
Public Shared Sub NSDrawNinePartImage ( _ frame As NSRect, _ topLeftCorner As NSImage, _ topEdgeFill As NSImage, _ topRightCorner As NSImage, _ leftEdgeFill As NSImage, _ centerFill As NSImage, _ rightEdgeFill As NSImage, _ bottomLeftCorner As NSImage, _ bottomEdgeFill As NSImage, _ bottomRightCorner As NSImage, _ op As NSCompositingOperation, _ alphaFraction As CGFloat, _ flipped As Boolean _ )
public: static void NSDrawNinePartImage( NSRect frame, NSImage^ topLeftCorner, NSImage^ topEdgeFill, NSImage^ topRightCorner, NSImage^ leftEdgeFill, NSImage^ centerFill, NSImage^ rightEdgeFill, NSImage^ bottomLeftCorner, NSImage^ bottomEdgeFill, NSImage^ bottomRightCorner, NSCompositingOperation op, CGFloat alphaFraction, bool flipped )

- frame (NSRect)
- MISSING
- topLeftCorner (NSImage)
- MISSING
- topEdgeFill (NSImage)
- MISSING
- topRightCorner (NSImage)
- MISSING
- leftEdgeFill (NSImage)
- MISSING
- centerFill (NSImage)
- MISSING
- rightEdgeFill (NSImage)
- MISSING
- bottomLeftCorner (NSImage)
- MISSING
- bottomEdgeFill (NSImage)
- MISSING
- bottomRightCorner (NSImage)
- MISSING
- op (NSCompositingOperation)
- MISSING
- alphaFraction (CGFloat)
- MISSING
- flipped (Boolean)
- MISSING

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)