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





A value that indicates the cylinder shape.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
Horizontal Stretch the pixels along the vertical plane (horizontal cylinder).
Vertical Stretch the pixels along the horizontal plane (vertical cylinder).

Inheritance Hierarchy

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

Requirements

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

See Also