NSGraphics.FrameRect 方法

定义

重载

FrameRect(CGRect)
FrameRect(CGRect, nfloat)
FrameRect(CGRect, nfloat, NSCompositingOperation)

FrameRect(CGRect)

public static void FrameRect (CoreGraphics.CGRect rect);
static member FrameRect : CoreGraphics.CGRect -> unit

参数

rect
CGRect

适用于

FrameRect(CGRect, nfloat)

public static void FrameRect (CoreGraphics.CGRect rect, nfloat frameWidth);
static member FrameRect : CoreGraphics.CGRect * nfloat -> unit

参数

rect
CGRect
frameWidth
nfloat

适用于

FrameRect(CGRect, nfloat, NSCompositingOperation)

public static void FrameRect (CoreGraphics.CGRect rect, nfloat frameWidth, AppKit.NSCompositingOperation operation);
static member FrameRect : CoreGraphics.CGRect * nfloat * AppKit.NSCompositingOperation -> unit

参数

rect
CGRect
frameWidth
nfloat

适用于