ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / PerspectiveTransform3DProperties Enumeration

In This Topic
    PerspectiveTransform3DProperties Enumeration
    In This Topic
    D2D1_3DPERSPECTIVETRANSFORM_PROP
    Syntax
    'Declaration
     
    Public Enum PerspectiveTransform3DProperties 
       Inherits System.Enum
    public enum PerspectiveTransform3DProperties : System.Enum 
    Members
    MemberDescription
    BorderModeD2D1_3DPERSPECTIVETRANSFORM_PROP_BORDER_MODE
    DepthD2D1_3DPERSPECTIVETRANSFORM_PROP_DEPTH
    GlobalOffsetD2D1_3DPERSPECTIVETRANSFORM_PROP_GLOBAL_OFFSET
    InterpolationModeD2D1_3DPERSPECTIVETRANSFORM_PROP_INTERPOLATION_MODE
    LocalOffsetD2D1_3DPERSPECTIVETRANSFORM_PROP_LOCAL_OFFSET
    PerspectiveOriginD2D1_3DPERSPECTIVETRANSFORM_PROP_PERSPECTIVE_ORIGIN
    RotationD2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION
    RotationOriginD2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION_ORIGIN
    Inheritance Hierarchy

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

    See Also