C#
VB
Java
Objective-C
WinRT C#
C++
Creates a new instance of the AnnDrawDesignerEventArgs class.
public static AnnDrawDesignerEventArgs Create(
AnnObject obj,
AnnDesignerOperationStatus operationStatus
)
Public Shared Function Create( _
ByVal obj As Leadtools.Annotations.Core.AnnObject, _
ByVal operationStatus As Leadtools.Annotations.Core.AnnDesignerOperationStatus _
) As Leadtools.Annotations.Core.AnnDrawDesignerEventArgs
public static Leadtools.Annotations.Core.AnnDrawDesignerEventArgs Create(
Leadtools.Annotations.Core.AnnObject obj,
Leadtools.Annotations.Core.AnnDesignerOperationStatus operationStatus
)
-(id) initWithObject:(LTAnnObject*)obj
operation:(LTAnnDesignerOperationStatus) status;
public AnnDrawDesignerEvent(Object source, AnnObject obj, AnnDesignerOperationStatus operationStatus)
function Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.Create(
obj ,
operationStatus
)
public:
static AnnDrawDesignerEventArgs^ Create(
AnnObject^ obj,
AnnDesignerOperationStatus^ operationStatus
)
obj
The AnnObject that is being drawn.
operationStatus
A AnnDesignerOperationStatus enumeration which represents the status of the draw operation.
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