MonobjcMonobjc Documented Class Library
NSDrawNinePartImage Method (frame, topLeftCorner, topEdgeFill, topRightCorner, leftEdgeFill, centerFill, rightEdgeFill, bottomLeftCorner, bottomEdgeFill, bottomRightCorner, op, alphaFraction, flipped)
NamespacesMonobjc.AppKitAppKitFrameworkNSDrawNinePartImage(NSRect, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSCompositingOperation, CGFloat, Boolean)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)