Visual Basic (Declaration) | |
---|---|
Public Class FlipCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class FlipCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class FlipCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class FlipCommand : public RasterCommand, IRasterCommand |
This example will load an image and then flip it before saving it back to disk.
This command can flip an image from top to bottom (vertically) or from left to right (horizontally).
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.FlipCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family