Original signature is '- (CGSize)sizeWithTextStyle:(CPTextStyle *)style;'

C# | Visual Basic | Visual C++ |
public static CGSize SizeWithTextStyle( this NSString __target, CPTextStyle style )
<ExtensionAttribute> _ Public Shared Function SizeWithTextStyle ( _ __target As NSString, _ style As CPTextStyle _ ) As CGSize
[ExtensionAttribute] public: static CGSize SizeWithTextStyle( NSString^ __target, CPTextStyle^ style )

- __target (NSString)
- The target instance.
- style (CPTextStyle)
- MISSING

[Missing <returns> documentation for "M:Monobjc.CorePlot.NSString_CorePlotAdditions.SizeWithTextStyle(Monobjc.Foundation.NSString,Monobjc.CorePlot.CPTextStyle)"]

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)