MonobjcMonobjc Documented Class Library
ICPPlotSpaceDelegate Interface
NamespacesMonobjc.CorePlotICPPlotSpaceDelegate

[Missing <summary> documentation for "T:Monobjc.CorePlot.ICPPlotSpaceDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface ICPPlotSpaceDelegate : IManagedWrapper
Public Interface ICPPlotSpaceDelegate _
	Inherits IManagedWrapper
public interface class ICPPlotSpaceDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
PlotSpaceDidChangePlotRangeForCoordinate(CPPlotSpace, CPCoordinate)

Notifies that plot space has changed a plot range.

Original signature is '- (void)plotSpace:(CPPlotSpace *)space didChangePlotRangeForCoordinate:(CPCoordinate)coordinate;'


PlotSpaceShouldHandlePointingDeviceCancelledEvent(CPPlotSpace, Id)

Notifies that plot space intercepted a device cancelled event.

Original signature is '- (BOOL)plotSpace:(CPPlotSpace *)space shouldHandlePointingDeviceCancelledEvent:(id)event;'


PlotSpaceShouldHandlePointingDeviceDownEventAtPoint(CPPlotSpace, Id, CGPoint)

Notifies that plot space intercepted a device down event.

Original signature is '- (BOOL)plotSpace:(CPPlotSpace *)space shouldHandlePointingDeviceDownEvent:(id)event atPoint:(CGPoint)point;'


PlotSpaceShouldHandlePointingDeviceDraggedEventAtPoint(CPPlotSpace, Id, CGPoint)

Notifies that plot space intercepted a device dragged event.

Original signature is '- (BOOL)plotSpace:(CPPlotSpace *)space shouldHandlePointingDeviceDraggedEvent:(id)event atPoint:(CGPoint)point;'


PlotSpaceShouldHandlePointingDeviceUpEventAtPoint(CPPlotSpace, Id, CGPoint)

Notifies that plot space intercepted a device up event.

Original signature is '- (BOOL)plotSpace:(CPPlotSpace *)space shouldHandlePointingDeviceUpEvent:(id)event atPoint:(CGPoint)point;'


PlotSpaceShouldScaleByAboutPoint(CPPlotSpace, CGFloat, CGPoint)

Informs the receiver that it should uniformly scale (e.g., in response to a pinch on iOS)

Original signature is '- (BOOL)plotSpace:(CPPlotSpace *)space shouldScaleBy:(CGFloat)interactionScale aboutPoint:(CGPoint)interactionPoint;'


PlotSpaceWillChangePlotRangeToForCoordinate(CPPlotSpace, CPPlotRange, CPCoordinate)

Notifies that plot space is going to change a plot range.

Original signature is '- (CPPlotRange *)plotSpace:(CPPlotSpace *)space willChangePlotRangeTo:(CPPlotRange *)newRange forCoordinate:(CPCoordinate)coordinate;'


PlotSpaceWillDisplaceBy(CPPlotSpace, CGPoint)

Notifies that plot space is going to scroll.

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


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
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)