MonobjcMonobjc Documented Class Library
PlotSpaceWillDisplaceBy Method (space, proposedDisplacementVector)
NamespacesMonobjc.CorePlotICPPlotSpaceDelegatePlotSpaceWillDisplaceBy(CPPlotSpace, CGPoint)

Notifies that plot space is going to scroll.

Original signature is '- (CGPoint)plotSpace:(CPPlotSpace *)space willDisplaceBy:(CGPoint)proposedDisplacementVector;'

Declaration Syntax
C#Visual BasicVisual C++
CGPoint PlotSpaceWillDisplaceBy(
	CPPlotSpace space,
	CGPoint proposedDisplacementVector
)
Function PlotSpaceWillDisplaceBy ( _
	space As CPPlotSpace, _
	proposedDisplacementVector As CGPoint _
) As CGPoint
CGPoint PlotSpaceWillDisplaceBy(
	CPPlotSpace^ space, 
	CGPoint proposedDisplacementVector
)
Parameters
space (CPPlotSpace)
The plot space.
proposedDisplacementVector (CGPoint)
The proposed amount by which the plot space will shift
Return Value
The displacement actually applied.
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)