LEADTOOLS (Leadtools assembly)

Horizontal Property (FlipCommand)

Show in webframe







Specifies whether the image is to be flipped horizontally or vertically.
Syntax
public bool Horizontal {get; set;}
'Declaration
 
Public Property Horizontal As Boolean
'Usage
 
Dim instance As FlipCommand
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal
public bool Horizontal {get; set;}
@property (nonatomic, assign) BOOL horizontal;
public boolean getHorizontal()
public void setHorizontal(boolean value)
            
 
get_Horizontal();
set_Horizontal(value);
Object.defineProperty('Horizontal');
public:
property bool Horizontal {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

FlipCommand Class
FlipCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.