MonobjcMonobjc Documented Class Library
InitWithTextStyle Method (newText, newStyle)
NamespacesMonobjc.CorePlotCPTextLayerInitWithTextStyle(NSString, CPTextStyle)

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

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithTextStyle(
	NSString newText,
	CPTextStyle newStyle
)
Public Overridable Function InitWithTextStyle ( _
	newText As NSString, _
	newStyle As CPTextStyle _
) As Id
public:
virtual Id^ InitWithTextStyle(
	NSString^ newText, 
	CPTextStyle^ newStyle
)
Parameters
newText (NSString)
MISSING
newStyle (CPTextStyle)
MISSING
Return Value

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

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)