C#
VB
C++
Initializes a new instance of the AnnDrawDesignerEventArgs class.
Public Function New( _
ByVal obj As Leadtools.Windows.Annotations.AnnObject, _
ByVal operationStatus As Leadtools.Windows.Annotations.AnnDesignerOperationStatus _
)
public:
AnnDrawDesignerEventArgs(
Leadtools.Windows.Annotations.AnnObject^ obj,
Leadtools.Windows.Annotations.AnnDesignerOperationStatus operationStatus
)
obj
The AnnObject currently being drawn.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the drawing operation.
For C#/VB examples, refer to AnnDesigner.
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