ComponentOne Bitmap for WPF
Create(Factory,StrokeStyleProperties) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > StrokeStyle Class > Create Method : Create(Factory,StrokeStyleProperties) Method
an instance of Factory
a definition for this render target
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

Reference

StrokeStyle Class
StrokeStyle Members
Overload List