LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

StartWorking Method (AnnDrawDesigner)

Show in webframe





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.
Requirements

Target Platforms

See Also

Reference

AnnDrawDesigner Class
AnnDrawDesigner Members

 

 


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