MonobjcMonobjc Documented Class Library
RemoveColorStopAtIndex Method (index)
NamespacesMonobjc.CorePlotCPGradientRemoveColorStopAtIndex(NSUInteger)

Original signature is '- (CPGradient *)removeColorStopAtIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CPGradient RemoveColorStopAtIndex(
	NSUInteger index
)
Public Overridable Function RemoveColorStopAtIndex ( _
	index As NSUInteger _
) As CPGradient
public:
virtual CPGradient^ RemoveColorStopAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPGradient.RemoveColorStopAtIndex(Monobjc.Foundation.NSUInteger)"]

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)