ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / StrokeStyle Class / Create Method / Create(Factory,StrokeStyleProperties) Method
an instance of Factory
a definition for this render target

In This Topic
    Create(Factory,StrokeStyleProperties) Method
    In This Topic
    Creates an StrokeStyle that describes start cap, dash pattern, and other features of a stroke.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As Factory, _
       ByRef properties As StrokeStyleProperties _
    ) As StrokeStyle
    public static StrokeStyle Create( 
       Factory factory,
       ref StrokeStyleProperties properties
    )

    Parameters

    factory
    an instance of Factory
    properties
    a definition for this render target
    See Also