LEADTOOLS Annotations (Leadtools.Annotations assembly)

Draw Event

Show in webframe





Occurs when this AnnDrawDesigner object is drawing an AnnObject.
Syntax
'Declaration
 
Public Event Draw As EventHandler(Of AnnDrawDesignerEventArgs)
'Usage
 
Dim instance As AnnDrawDesigner
Dim handler As EventHandler(Of AnnDrawDesignerEventArgs)
 
AddHandler instance.Draw, handler

            

            
Event Data

The event handler receives an argument of type AnnDrawDesignerEventArgs containing data related to this event. The following AnnDrawDesignerEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets a value indicating whether the drawing operation should be canceled.
Object Gets the AnnObject object currently being drawn.
OperationStatus Gets the current draw operation status.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnDrawDesigner Class
AnnDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.