MonobjcMonobjc Documented Class Library
DrawAtPointWithTextStyleInContext Method (__target, point, style, context)
NamespacesMonobjc.CorePlotNSString_CorePlotAdditionsDrawAtPointWithTextStyleInContext(NSString, CGPoint, CPTextStyle, IntPtr)

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

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
__target (NSString)
The target instance.
point (CGPoint)
MISSING
style (CPTextStyle)
MISSING
context (IntPtr)
MISSING
Usage Note
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.
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.CorePlot (Module: Monobjc.CorePlot)