[]
ID2D1StrokeStyle1
[Guid("10a72a66-e91c-43f4-993f-ddf4b82b0b4a")]
public class StrokeStyle1 : StrokeStyle, IDisposable, IUnknown
Initializes a new instance of the StrokeStyle1 class.
public StrokeStyle1(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Initializes a new instance of the StrokeStyle1 class.
public static StrokeStyle1 Create(Factory1 factory, ref StrokeStyleProperties1 strokeStyleProperties, float[] dashes)
factory
Factory1The factory.
strokeStyleProperties
StrokeStyleProperties1No documentation.
dashes
float[]No documentation.
It is valid to specify a dash array only if Custom is also specified.
Initializes a new instance of the StrokeStyle1 class.
public static StrokeStyle1 Create(Factory1 factory, ref StrokeStyleProperties1 strokeStyleProperties)
factory
Factory1The factory.
strokeStyleProperties
StrokeStyleProperties1No documentation.
D2D1_STROKE_TRANSFORM_TYPE ID2D1StrokeStyle1::GetStrokeTransformType()
public StrokeTransformType GetStrokeTransformType()
Performs an explicit conversion from System.IntPtr to StrokeStyle1.
public static explicit operator StrokeStyle1(IntPtr nativePointer)
nativePointer
System.IntPtr