LEADTOOLS (Leadtools assembly)

FlipCommand Constructor(Boolean)

Show in webframe







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
)
-(id)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

 

 


Products | Support | Contact Us | Copyright Notices

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