NSCell.DrawNinePartImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- frame
- CGRect
- topLeftCorner
- NSImage
- topEdgeFill
- NSImage
- topRightCorner
- NSImage
- leftEdgeFill
- NSImage
- centerFill
- NSImage
- rightEdgeFill
- NSImage
- bottomLeftCorner
- NSImage
- bottomEdgeFill
- NSImage
- bottomRightCorner
- NSImage
- alphaFraction
- nfloat
- flipped
- Boolean