MonobjcMonobjc Documented Class Library
AppendBezierPathWithOvalInRect Method (aRect)
NamespacesMonobjc.AppKitNSBezierPathAppendBezierPathWithOvalInRect(NSRect)

Appends an oval path to the receiver, inscribing the oval in the specified rectangle.

Original signature is '- (void)appendBezierPathWithOvalInRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBezierPathWithOvalInRect(
	NSRect aRect
)
Public Overridable Sub AppendBezierPathWithOvalInRect ( _
	aRect As NSRect _
)
public:
virtual void AppendBezierPathWithOvalInRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
The rectangle in which to inscribe the oval.
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)