←Select platform

StartWorking(AnnEditDesignerOperation,Int32,Boolean) Method

Syntax

C#
VB
C++
protected override bool StartWorking(  
   Leadtools.Windows.Annotations.AnnEditDesignerOperation operation, 
   int controlPointIndex, 
   bool clipCursor 
) 
Protected Overloads Overrides Function StartWorking( _ 
   ByVal operation As Leadtools.Windows.Annotations.AnnEditDesignerOperation, _ 
   ByVal controlPointIndex As Integer, _ 
   ByVal clipCursor As Boolean _ 
) As Boolean 
protected: 
bool StartWorking(  
   Leadtools.Windows.Annotations.AnnEditDesignerOperation operation, 
   int controlPointIndex, 
   bool clipCursor 
) override 

Parameters

operation
An AnnEditDesignerOperation value which represents the current operation.

controlPointIndex
An integer that represents the Index of the edited control point (or -1 if no control point is being edited).

clipCursor
true to clip the mouse cursor to the control, otherwise; false.

Remarks

Derived classes should call this method upon starting the edit operation of an object.

Requirements

Target Platforms

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