←Select platform

LensFlareCommandType Enumeration

Summary

Enumeration that indicates the lens type

Syntax

C#
VB
WinRT C#
C++
public enum LensFlareCommandType 
  
Public Enum LensFlareCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum LensFlareCommandType : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.LensFlareCommandType = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.LensFlareCommandType.prototype = { 
 
  Type1 = 0x00000000, 
    Type2 = 0x00000001, 
    Type3 = 0x00000002, 
     
 }; 
public enum class LensFlareCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0Type1Standard lens.
1Type2Moderate wide-angle lens.
2Type3Moderate telephoto lens.
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