←Select platform

FlipCommand Constructor(bool)

Summary

Initializes a new instance of the FlipCommand class with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
public FlipCommand( 
   bool horizontal 
) 
Public Function New( _ 
   ByVal horizontal As Boolean _ 
) 
- (instancetype)initWithHorizontal:(BOOL)horizontal 
public FlipCommand(boolean horizontal) 
public: 
FlipCommand(  
   bool horizontal 
) 

Parameters

horizontal
true to flip horizontally (left to right), false to flip vertically (top to bottom).

Requirements

Target Platforms

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

Leadtools Assembly