C#
VB
WinRT C#
C++
This enumeration will contains all types needed to indicate which background is selected.
public enum PerspectiveCommandType
Public Enum PerspectiveCommandType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum PerspectiveCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType.prototype = {
Image = 0x00000001,
Color = 0x00000002,
};
public enum class PerspectiveCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
1 | Image | Use the same image as background. |
2 | Color | Fill the background by PerspectiveCommand.FillColor property only. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET