Calculates and returns bounding rectangle for the receiver drawn using the options specified, within the given rectangle in the current graphics context.
Original signature is '- (NSRect)boundingRectWithSize:(NSSize)size options:(NSStringDrawingOptions)options'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSRect BoundingRectWithSizeOptions( this NSAttributedString __target, NSSize size, NSStringDrawingOptions options )
<ExtensionAttribute> _ Public Shared Function BoundingRectWithSizeOptions ( _ __target As NSAttributedString, _ size As NSSize, _ options As NSStringDrawingOptions _ ) As NSRect
[ExtensionAttribute] public: static NSRect BoundingRectWithSizeOptions( NSAttributedString^ __target, NSSize size, NSStringDrawingOptions options )

- __target (NSAttributedString)
- The target instance.
- size (NSSize)
- MISSING
- options (NSStringDrawingOptions)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.BoundingRectWithSizeOptions(Monobjc.Foundation.NSAttributedString,Monobjc.Foundation.NSSize,Monobjc.AppKit.NSStringDrawingOptions)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSAttributedString. When you use instance method syntax to call this method, omit the first parameter.

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