←Select platform

Flip Method

Summary

Flips the objects that are currently being edited (selected) in this AnnAutomation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void Flip( 
   bool horizontal 
) 
Public Sub Flip( _ 
   ByVal horizontal As Boolean _ 
)  
public void Flip(  
   bool horizontal 
) 
-(void)flip:(BOOL)horizontal; 
public void flip(boolean horizontal); 
             
 function Leadtools.Annotations.Automation.AnnAutomation.Flip(  
   horizontal  
) 
public:  
   void Flip( 
      bool horizontal 
   ) 

Parameters

horizontal
true to flip the object horizontally (reverse); false to flip the object vertically.

Remarks

AnnAutomation can flip one or more AnnObject if they are currently in edit mode (selected) and these objects are not locked.

If objects are grouped together the group is flipped as a unit.

Call the CanFlip property to determine whether you can call this method.

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.Automation Assembly