←Select platform

Horizontal Property

Summary
Specifies whether the image is to be flipped horizontally or vertically.
Syntax
C#
VB
Objective-C
C++
Java
public bool Horizontal { get; set; } 
Public Property Horizontal As Boolean 
@property (nonatomic, assign) BOOL horizontal 
public boolean getHorizontal() 
public void setHorizontal(boolean value) 
public: 
property bool Horizontal { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to FlipCommand

Requirements

Target Platforms

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

Leadtools Assembly

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