Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

StartWorking Method (AnnDrawDesigner)






The AnnObject that will be drawn.
Starts the drawing of the AnnObject.
Syntax
protected virtual bool StartWorking( 
   AnnObject obj
)
'Declaration
 
Protected Overridable Function StartWorking( _
   ByVal obj As AnnObject _
) As Boolean
'Usage
 
Dim instance As AnnDrawDesigner
Dim obj As AnnObject
Dim value As Boolean
 
value = instance.StartWorking(obj)

            

            
protected:
virtual bool StartWorking( 
   AnnObject^ obj
) 

Parameters

obj
The AnnObject that will be drawn.

Return Value

true when drawing the specified annotation object is started correctly; otherwise, false.
Example
For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
Requirements

Target Platforms

See Also

Reference

AnnDrawDesigner Class
AnnDrawDesigner Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)