ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D9 Namespace / Pool Enumeration

In This Topic
    Pool Enumeration
    In This Topic
    D3DPOOL
    Syntax
    'Declaration
     
    Public Enum Pool 
       Inherits System.Enum
    public enum Pool : System.Enum 
    Members
    MemberDescription
    DefaultD3DPOOL_DEFAULT
    ManagedD3DPOOL_MANAGED
    ScratchD3DPOOL_SCRATCH
    SystemMemoryD3DPOOL_SYSTEMMEM
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct3D9.Pool

    See Also