Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

PerspectiveCommandType Enumeration








This enumeration will contains all types needed to indicate which background is selected.
Syntax
public enum PerspectiveCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum PerspectiveCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As PerspectiveCommandType
public enum PerspectiveCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType.prototype = {
Image = 0x00000001, Color = 0x00000002, };
public enum class PerspectiveCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001ImageUse the same image as background.
0x00000002ColorFill the background by PerspectiveCommand.FillColor property only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

Error processing SSI file