次の方法で共有


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

適用対象