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

In This Topic
    StrokeTransformType Enumeration
    In This Topic
    D2D1_STROKE_TRANSFORM_TYPE
    Syntax
    'Declaration
     
    Public Enum StrokeTransformType 
       Inherits System.Enum
    public enum StrokeTransformType : System.Enum 
    Members
    MemberDescription
    FixedD2D1_STROKE_TRANSFORM_TYPE_FIXED
    HairlineD2D1_STROKE_TRANSFORM_TYPE_HAIRLINE
    NormalD2D1_STROKE_TRANSFORM_TYPE_NORMAL
    Inheritance Hierarchy

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

    See Also