←Select platform

Flip Method

Summary

Flips this AnnContainer and its children horizontally or vertically.

Syntax
C#
Objective-C
C++/CLI
Python
public void Flip( 
   bool horizontally 
) 
- (void)flip:(BOOL)horizontally NS_SWIFT_NAME(flip(horizontally:)); 
public:  
   void Flip( 
      bool horizontally 
   ) 
def Flip(self,horizontally): 

Parameters

horizontally

true to flip horizontally; otherwise, false to flip vertically.

Remarks

This method flips all the children AnnObject's around the center of the container.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.