MonobjcMonobjc Documented Class Library
InitWithAlignmentLowerBoundUpperBound Method (newAlignment, newLowerBound, newUpperBound)
NamespacesMonobjc.CorePlotCPConstrainedPositionInitWithAlignmentLowerBoundUpperBound(CPAlignment, CGFloat, CGFloat)

Original signature is '- (id)initWithAlignment:(CPAlignment)newAlignment lowerBound:(CGFloat)newLowerBound upperBound:(CGFloat)newUpperBound;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithAlignmentLowerBoundUpperBound(
	CPAlignment newAlignment,
	CGFloat newLowerBound,
	CGFloat newUpperBound
)
Public Overridable Function InitWithAlignmentLowerBoundUpperBound ( _
	newAlignment As CPAlignment, _
	newLowerBound As CGFloat, _
	newUpperBound As CGFloat _
) As Id
public:
virtual Id^ InitWithAlignmentLowerBoundUpperBound(
	CPAlignment newAlignment, 
	CGFloat newLowerBound, 
	CGFloat newUpperBound
)
Parameters
newAlignment (CPAlignment)
MISSING
newLowerBound (CGFloat)
MISSING
newUpperBound (CGFloat)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPConstrainedPosition.InitWithAlignmentLowerBoundUpperBound(Monobjc.CorePlot.CPAlignment,Monobjc.ApplicationServices.CGFloat,Monobjc.ApplicationServices.CGFloat)"]

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)