Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / DeviceContextOptions Enumeration

In This Topic
    DeviceContextOptions Enumeration
    In This Topic
    D2D1_DEVICE_CONTEXT_OPTIONS
    Syntax
    'Declaration
     
    Public Enum DeviceContextOptions 
       Inherits System.Enum
    public enum DeviceContextOptions : System.Enum 
    Members
    MemberDescription
    EnableMultithreadedOptimizationsD2D1_DEVICE_CONTEXT_OPTIONS_ENABLE_MULTITHREADED_OPTIMIZATIONS
    NoneD2D1_DEVICE_CONTEXT_OPTIONS_NONE
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.DX.Direct2D.DeviceContextOptions

    See Also