Draws the receiver with its font and other display attributes at the given point in the currently focused NSView.
Original signature is '- (void)drawAtPoint:(NSPoint)point'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void DrawAtPoint( this NSAttributedString __target, NSPoint point )
<ExtensionAttribute> _ Public Shared Sub DrawAtPoint ( _ __target As NSAttributedString, _ point As NSPoint _ )
[ExtensionAttribute] public: static void DrawAtPoint( NSAttributedString^ __target, NSPoint point )

- __target (NSAttributedString)
- The target instance.
- point (NSPoint)
- MISSING

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)