Compartir a través de


NSGraphics.FrameRect Método

Definición

Sobrecargas

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

FrameRect(CGRect)

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

Parámetros

rect
CGRect

Se aplica a

FrameRect(CGRect, nfloat)

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

Parámetros

rect
CGRect
frameWidth
nfloat

Se aplica a

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

Parámetros

rect
CGRect
frameWidth
nfloat

Se aplica a