Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FlipCommand Constructor(Boolean)








true to flip horizontally (left to right), false to flip vertically (top to bottom).
Initializes a new instance of the FlipCommand class with explicit parameters.
Syntax
public FlipCommand( 
   bool horizontal
)
'Declaration
 
Public Function New( _
   ByVal horizontal As Boolean _
)
'Usage
 
Dim horizontal As Boolean
 
Dim instance As New FlipCommand(horizontal)
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

See Also

Reference

FlipCommand Class
FlipCommand Members
Overload List

Error processing SSI file