[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.StrokeStyle

StrokeStyle Class

ID2D1StrokeStyle

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd9069d-12e2-11dc-9fed-001143a055f9")]
public class StrokeStyle : Resource, IDisposable, IUnknown

Constructors

Name Description
StrokeStyle(IntPtr)

Initializes a new instance of the StrokeStyle class.

Methods

Name Description
Create(Factory, ref StrokeStyleProperties)

Creates an StrokeStyle that describes start cap, dash pattern, and other features of a stroke.

Create(Factory, ref StrokeStyleProperties, float[])

Creates an StrokeStyle that describes start cap, dash pattern, and other features of a stroke.

GetDashCap()

D2D1_CAP_STYLE ID2D1StrokeStyle::GetDashCap()

GetDashOffset()

float ID2D1StrokeStyle::GetDashOffset()

GetDashStyle()

D2D1_DASH_STYLE ID2D1StrokeStyle::GetDashStyle()

GetDashes(float[], int)

void ID2D1StrokeStyle::GetDashes([Out, Buffer] float* dashes,[In] unsigned int dashesCount)

GetDashesCount()

unsigned int ID2D1StrokeStyle::GetDashesCount()

GetEndCap()

D2D1_CAP_STYLE ID2D1StrokeStyle::GetEndCap()

GetLineJoin()

D2D1_LINE_JOIN ID2D1StrokeStyle::GetLineJoin()

GetMiterLimit()

float ID2D1StrokeStyle::GetMiterLimit()

GetStartCap()

D2D1_CAP_STYLE ID2D1StrokeStyle::GetStartCap()

Operators

Name Description
explicit operator StrokeStyle(IntPtr)

Performs an explicit conversion from IntPtr to StrokeStyle.