ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / LayerOptions1 Enumeration

In This Topic
    LayerOptions1 Enumeration
    In This Topic
    D2D1_LAYER_OPTIONS1
    Syntax
    'Declaration
     
    Public Enum LayerOptions1 
       Inherits System.Enum
    public enum LayerOptions1 : System.Enum 
    Members
    MemberDescription
    IgnoreAlphaD2D1_LAYER_OPTIONS1_IGNORE_ALPHA
    InitializeFromBackgroundD2D1_LAYER_OPTIONS1_INITIALIZE_FROM_BACKGROUND
    NoneD2D1_LAYER_OPTIONS1_NONE
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct2D.LayerOptions1

    See Also