Table of Contents

Class StrokeStyle1

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("10a72a66-e91c-43f4-993f-ddf4b82b0b4a")]
public class StrokeStyle1 : StrokeStyle
Inheritance
StrokeStyle1
Inherited Members

Constructors

StrokeStyle1(Factory1, StrokeStyleProperties1)

Initializes a new instance of the StrokeStyle1 class.

public StrokeStyle1(Factory1 factory, StrokeStyleProperties1 strokeStyleProperties)

Parameters

factory Factory1

The factory.

strokeStyleProperties StrokeStyleProperties1

No documentation.

StrokeStyle1(Factory1, StrokeStyleProperties1, float[])

Initializes a new instance of the StrokeStyle1 class.

public StrokeStyle1(Factory1 factory, StrokeStyleProperties1 strokeStyleProperties, float[] dashes)

Parameters

factory Factory1

The factory.

strokeStyleProperties StrokeStyleProperties1

No documentation.

dashes float[]

No documentation.

Remarks

It is valid to specify a dash array only if Custom is also specified.

StrokeStyle1(nint)

public StrokeStyle1(nint nativePtr)

Parameters

nativePtr nint

Properties

StrokeTransformType

Gets the stroke transform type.

public StrokeTransformType StrokeTransformType { get; }

Property Value

StrokeTransformType

Operators

explicit operator StrokeStyle1(nint)

public static explicit operator StrokeStyle1(nint nativePtr)

Parameters

nativePtr nint

Returns

StrokeStyle1