←Select platform

FlipCommand Constructor(bool)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public FlipCommand( 
   bool horizontal 
) 
Public Function New( _ 
   ByVal horizontal As Boolean _ 
) 
public FlipCommand(  
   bool horizontal 
) 
- (instancetype)initWithHorizontal:(BOOL)horizontal 
public FlipCommand(boolean horizontal) 
function FlipCommand(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly