Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : Flip Method |
public void Flip( bool horizontal )
'Declaration
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 )
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.