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

In This Topic
    PerspectiveTransform3DInteroplationMode Enumeration
    In This Topic
    D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE
    Syntax
    'Declaration
     
    Public Enum PerspectiveTransform3DInteroplationMode 
       Inherits System.Enum
    public enum PerspectiveTransform3DInteroplationMode : System.Enum 
    Members
    MemberDescription
    AnisotropicD2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC
    CubicD2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_CUBIC
    LinearD2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_LINEAR
    MultiSampleLinearD2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR
    NearestNeighborD2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR
    Inheritance Hierarchy

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

    See Also