[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.StrokeStyle1

Class StrokeStyle1

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

ID2D1StrokeStyle1

[Guid("10a72a66-e91c-43f4-993f-ddf4b82b0b4a")]
public class StrokeStyle1 : StrokeStyle, IDisposable, IUnknown
Inheritance
object
StrokeStyle1
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

StrokeStyle1(IntPtr)

Initializes a new instance of the StrokeStyle1 class.

public StrokeStyle1(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

Create(Factory1, ref StrokeStyleProperties1, float[])

Initializes a new instance of the StrokeStyle1 class.

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

Parameters

factory Factory1

The factory.

strokeStyleProperties StrokeStyleProperties1

No documentation.

dashes float[]

No documentation.

Returns

StrokeStyle1

Remarks

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

Create(Factory1, ref StrokeStyleProperties1)

Initializes a new instance of the StrokeStyle1 class.

public static StrokeStyle1 Create(Factory1 factory, ref StrokeStyleProperties1 strokeStyleProperties)

Parameters

factory Factory1

The factory.

strokeStyleProperties StrokeStyleProperties1

No documentation.

Returns

StrokeStyle1

GetStrokeTransformType()

D2D1_STROKE_TRANSFORM_TYPE ID2D1StrokeStyle1::GetStrokeTransformType()

public StrokeTransformType GetStrokeTransformType()

Returns

StrokeTransformType

Operators

explicit operator StrokeStyle1(IntPtr)

Performs an explicit conversion from System.IntPtr to StrokeStyle1.

public static explicit operator StrokeStyle1(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

StrokeStyle1