Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
LensFlareCommandBitmapEffectsType Enumeration
See Also  
Leadtools.Windows.Media.Effects.SpecialEffects Namespace : LensFlareCommandBitmapEffectsType Enumeration





Enumeration that indicates the lens type

Syntax

Visual Basic (Declaration) 
Public Enum LensFlareCommandBitmapEffectsType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LensFlareCommandBitmapEffectsType
C# 
public enum LensFlareCommandBitmapEffectsType : Enum 
Managed Extensions for C++ 
__value public enum LensFlareCommandBitmapEffectsType : public Enum 
C++/CLI 
public enum class LensFlareCommandBitmapEffectsType : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
Type1 Standard lens.
Type2 Moderate wide-angle lens.
Type3 Moderate telephoto lens.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.SpecialEffects.LensFlareCommandBitmapEffectsType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also