NSCell.DrawNinePartImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void DrawNinePartImage (CoreGraphics.CGRect frame, AppKit.NSImage topLeftCorner, AppKit.NSImage topEdgeFill, AppKit.NSImage topRightCorner, AppKit.NSImage leftEdgeFill, AppKit.NSImage centerFill, AppKit.NSImage rightEdgeFill, AppKit.NSImage bottomLeftCorner, AppKit.NSImage bottomEdgeFill, AppKit.NSImage bottomRightCorner, AppKit.NSCompositingOperation op, nfloat alphaFraction, bool flipped);
member this.DrawNinePartImage : CoreGraphics.CGRect * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSImage * AppKit.NSCompositingOperation * nfloat * bool -> unit
Parameters
- frame
- CGRect
- topLeftCorner
- NSImage
- topEdgeFill
- NSImage
- topRightCorner
- NSImage
- leftEdgeFill
- NSImage
- centerFill
- NSImage
- rightEdgeFill
- NSImage
- bottomLeftCorner
- NSImage
- bottomEdgeFill
- NSImage
- bottomRightCorner
- NSImage
- alphaFraction
- nfloat
- flipped
- Boolean