Gets a value that indicates whether the mode can start work.
protected override bool CanStartWork(
InteractiveEventArgs e
)
Protected Overrides Function CanStartWork(
ByVal e As InteractiveEventArgs
) As Boolean
protected:
virtual bool CanStartWork(
InteractiveEventArgs^ e
) override
e
Event data
ImageViewerAddRegionInteractiveMode overrides CanStartWork to add the following checks: Item must not be null (either set by the user or through AutoItemMode), the item must have a valid image in Image and the current transformation has a rotation that is not at a right angle.
ImageViewerAddRegionInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET