Original signature is '- (void)drawAtPoint:(CGPoint)point withTextStyle:(CPTextStyle *)style inContext:(CGContextRef)context;'

C# | Visual Basic | Visual C++ |
public static void DrawAtPointWithTextStyleInContext( this NSString __target, CGPoint point, CPTextStyle style, IntPtr context )
<ExtensionAttribute> _ Public Shared Sub DrawAtPointWithTextStyleInContext ( _ __target As NSString, _ point As CGPoint, _ style As CPTextStyle, _ context As IntPtr _ )
[ExtensionAttribute] public: static void DrawAtPointWithTextStyleInContext( NSString^ __target, CGPoint point, CPTextStyle^ style, IntPtr context )

- __target (NSString)
- The target instance.
- point (CGPoint)
- MISSING
- style (CPTextStyle)
- MISSING
- context (IntPtr)
- MISSING

In Visual Basic and C#, you can call this method as an instance method on any object of type NSString. 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)