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

In This Topic
    MultisampleType Enumeration
    In This Topic
    D3DMULTISAMPLE_TYPE
    Syntax
    'Declaration
     
    Public Enum MultisampleType 
       Inherits System.Enum
    public enum MultisampleType : System.Enum 
    Members
    MemberDescription
    EightSamplesD3DMULTISAMPLE_8_SAMPLES
    ElevenSamplesD3DMULTISAMPLE_11_SAMPLES
    FifteenSamplesD3DMULTISAMPLE_15_SAMPLES
    FiveSamplesD3DMULTISAMPLE_5_SAMPLES
    FourSamplesD3DMULTISAMPLE_4_SAMPLES
    FourteenSamplesD3DMULTISAMPLE_14_SAMPLES
    NineSamplesD3DMULTISAMPLE_9_SAMPLES
    NoneD3DMULTISAMPLE_NONE
    NonMaskableD3DMULTISAMPLE_NONMASKABLE
    SevenSamplesD3DMULTISAMPLE_7_SAMPLES
    SixSamplesD3DMULTISAMPLE_6_SAMPLES
    SixteenSamplesD3DMULTISAMPLE_16_SAMPLES
    TenSamplesD3DMULTISAMPLE_10_SAMPLES
    ThirteenSamplesD3DMULTISAMPLE_13_SAMPLES
    ThreeSamplesD3DMULTISAMPLE_3_SAMPLES
    TwelveSamplesD3DMULTISAMPLE_12_SAMPLES
    TwoSamplesD3DMULTISAMPLE_2_SAMPLES
    Inheritance Hierarchy

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

    See Also