SoOffscreenRendererAbortCB Delegate |
Callback functions for render abort should be of this type.
Namespace: OIV.Inventor
public delegate SoOffscreenRendererAbortCodes AbortCB( int numSubimage, int subimageCount )
Public Delegate Function AbortCB ( numSubimage As Integer, subimageCount As Integer ) As SoOffscreenRendererAbortCodes
public delegate SoOffscreenRendererAbortCodes AbortCB( int numSubimage, int subimageCount )
type AbortCB = delegate of numSubimage : int * subimageCount : int -> SoOffscreenRendererAbortCodes
This typedef is defined within the class, since it needs to refer to the AbortCode enumerated type.