[Missing <summary> documentation for "T:Monobjc.CorePlot.ICPPlotSpaceDelegate"]
| C# | Visual Basic | Visual C++ |
public interface ICPPlotSpaceDelegate : IManagedWrapper
Public Interface ICPPlotSpaceDelegate _ Inherits IManagedWrapper
public interface class ICPPlotSpaceDelegate : IManagedWrapper
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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. | |
| 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). | |
| SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). | |
| SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. | |
| SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. | |
| 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 | |
| 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 | |
| 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 | |
| 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 |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)