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



Flips an RasterImage from top to bottom or from left to right.

Syntax

Visual Basic (Declaration) 
Public Class FlipCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As FlipCommand
C# 
public class FlipCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class FlipCommand : public RasterCommand, IRasterCommand  

Remarks

This command will change the RasterImage data. To flip an image rapidly without changing the image data using on the view perspective, refer to RasterImage.FlipViewPerspective

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.FlipCommand

Requirements

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

See Also