Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Horizontal Property
See Also 
Leadtools.ImageProcessing Namespace > FlipCommand Class : Horizontal Property



Direction of the flip.

Syntax

Visual Basic (Declaration) 
Public Property Horizontal As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FlipCommand
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal
C# 
public bool Horizontal {get; set;}
C++/CLI 
public:
property bool Horizontal {
   bool get();
   void set (bool value);
}

Return Value

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

Example

For an example, refer to IRasterCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also