Creates and returns a new NSBezierPath object initialized with a rectangular path.
Original signature is '+ (NSBezierPath *)bezierPathWithRect:(NSRect)aRect'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSBezierPath BezierPathWithRect( NSRect aRect )
Public Shared Function BezierPathWithRect ( _ aRect As NSRect _ ) As NSBezierPath
public: static NSBezierPath^ BezierPathWithRect( NSRect aRect )

- aRect (NSRect)
- The rectangle describing the path to create.

A new path object with the rectangular path.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)