MonobjcMonobjc Documented Class Library
SizeWithTextStyle Method (__target, style)
NamespacesMonobjc.CorePlotNSString_CorePlotAdditionsSizeWithTextStyle(NSString, CPTextStyle)

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

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
__target (NSString)
The target instance.
style (CPTextStyle)
MISSING
Return Value

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

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)