←Select platform

StartWorking Method (AnnEditDesigner)

Summary

Begins editing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
protected virtual bool StartWorking(  
   Leadtools.Annotations.Core.AnnEditDesignerOperation operation, 
   int thumbIndex 
) 
Protected Overridable Function StartWorking( _ 
   ByVal operation As Leadtools.Annotations.Core.AnnEditDesignerOperation, _ 
   ByVal thumbIndex As Integer _ 
) As Boolean 
protected virtual bool StartWorking(  
   Leadtools.Annotations.Core.AnnEditDesignerOperation operation, 
   int thumbIndex 
) 
- (BOOL)startWorking:(LTAnnEditDesignerOperation)operation thumbIndex:(NSUInteger)thumbIndex clip:(BOOL)clipCursor
protected boolean startWorking( 
  AnnEditDesignerOperation operation,  
  int thumbIndex 
) 
function Leadtools.Annotations.Designers.AnnEditDesigner.StartWorking(  
   operation , 
   thumbIndex  
) 

Parameters

operation
The current operation.

thumbIndex
The Index of the object being moved (or -1 if no thumb is being moved).

Remarks

Derived classes should call this method after beginning the editing of an object.

Example

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Designers Assembly
Click or drag to resize