[]
ID2D1StrokeStyle
[Guid("2cd9069d-12e2-11dc-9fed-001143a055f9")]
public class StrokeStyle : Resource, IDisposable, IUnknown
Name | Description |
---|---|
StrokeStyle(IntPtr) | Initializes a new instance of the StrokeStyle class. |
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() |
Name | Description |
---|---|
explicit operator StrokeStyle(IntPtr) | Performs an explicit conversion from IntPtr to StrokeStyle. |