MonobjcMonobjc Documented Class Library
InitWithLocationLength Method (loc, len)
NamespacesMonobjc.CorePlotCPPlotRangeInitWithLocationLength(NSDecimal, NSDecimal)

Original signature is '- (id)initWithLocation:(NSDecimal)loc length:(NSDecimal)len;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithLocationLength(
	NSDecimal loc,
	NSDecimal len
)
Public Overridable Function InitWithLocationLength ( _
	loc As NSDecimal, _
	len As NSDecimal _
) As Id
public:
virtual Id^ InitWithLocationLength(
	NSDecimal loc, 
	NSDecimal len
)
Parameters
loc (NSDecimal)
MISSING
len (NSDecimal)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPPlotRange.InitWithLocationLength(Monobjc.Foundation.NSDecimal,Monobjc.Foundation.NSDecimal)"]

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)