VisualToolBaseTResultExecute Method

CVB.Net Documentation
Execute the tool with its current settings. Execution will raise the ResultUpdated event, unless OnResultUpdated(VisualToolEventArgs) has been overridden and modified to not do this. In case you override this method, be aware that this is the method executed every time the VisualToolBase's Result needs to be updated - for example when the tool has been moved. In case an error occurs during calculation, the ExecutionError event will be raised. Execution will happen automatically every time something happens to the VisualToolBase object. If something happens to the image (new image content or new image) execution must be triggered by calling this Execute method.

Namespace:  Stemmer.Cvb.Forms.VisualTools
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public void Execute()
See Also

Reference