Flip Method

Summary

Flips this AnnContainer and its children horizontally or vertically.

Syntax
TypeScript
JavaScript
AnnContainer.prototype.flip = function( 
   horizontally 
) 
flip( 
   horizontally: boolean 
): void; 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly