MonobjcMonobjc Documented Class Library
CPTextLayer Constructor (newText, newStyle)
NamespacesMonobjc.CorePlotCPTextLayerCPTextLayer(NSString, CPTextStyle)

Original signature is '- (id)initWithText:(NSString *)newText style:(CPTextStyle *)newStyle;'

Declaration Syntax
C#Visual BasicVisual C++
public CPTextLayer(
	NSString newText,
	CPTextStyle newStyle
)
Public Sub New ( _
	newText As NSString, _
	newStyle As CPTextStyle _
)
public:
CPTextLayer(
	NSString^ newText, 
	CPTextStyle^ newStyle
)
Parameters
newText (NSString)
MISSING
newStyle (CPTextStyle)
MISSING
Return Value
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)