MonobjcMonobjc Documented Class Library
BezierPathWithOvalInRect Method (aRect)
NamespacesMonobjc.AppKitNSBezierPathBezierPathWithOvalInRect(NSRect)

Creates and returns a new NSBezierPath object initialized with an oval path inscribed in the specified rectangle.

Original signature is '+ (NSBezierPath *)bezierPathWithOvalInRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSBezierPath BezierPathWithOvalInRect(
	NSRect aRect
)
Public Shared Function BezierPathWithOvalInRect ( _
	aRect As NSRect _
) As NSBezierPath
public:
static NSBezierPath^ BezierPathWithOvalInRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
The rectangle in which to inscribe an oval.
Return Value
An NSBezierPath new path object with the oval path.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)