CustomOperatorAdapter.OnPrepare Method
Called to prepare the custom operator for an update cycle.
OnPrepare(ViewInfo info)
Called to prepare the custom operator for an update cycle.Syntax
public virtual void OnPrepare (
ViewInfo info
)
Parameters
Provides information about the view and update operation.
Remarks
This method can be overridden if the custom operator wants to modify the ViewInfo for an update cycle. For example, a custom operator that needs to process features outside the update rectangle can override this method and extend the ViewInfo.Area rectangle.
Platforms
Windows, Linux, Android