←Select platform

PerspectiveCommandType Enumeration

Summary

This enumeration will contains all types needed to indicate which background is selected.

Syntax

C#
VB
WinRT C#
C++
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

ValueMemberDescription
1ImageUse the same image as background.
2ColorFill the background by PerspectiveCommand.FillColor property only.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly