←Select platform

Working Method

Summary

Continues the drawing of the AnnObject.

Syntax

C#
VB
C++
protected virtual bool Working( 
   Rectangle rcInvalid 
) 
  
Protected Overridable Function Working( _ 
   ByVal rcInvalid As Rectangle _ 
) As Boolean 
protected: 
virtual bool Working(  
   Rectangle rcInvalid 
)  

Parameters

rcInvalid
A System.Drawing.Rectangle structure that represents the invalid rectangle to paint.

Return Value

true if the drawing process is continued successfully; otherwise false.

Example

For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly