Table of Contents

Interface IStrokeStyle

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes the caps, miter limit, line join, and dash information for a stroke.
ID2D1StrokeStyle1

public interface IStrokeStyle : IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
Inherited Members
Extension Methods

Properties

DashCap

Gets a value that specifies how the ends of each dash are drawn.

DashOffset

Retrieves a value that specifies how far in the dash sequence the stroke will start.

DashStyle

Gets a value that describes the stroke's dash pattern.

Dashes

Gets the dash pattern.

EndCap

Retrieves the type of shape used at the end of a stroke.

LineJoin

Retrieves the type of joint used at the vertices of a shape's outline.

MiterLimit

Retrieves the limit on the ratio of the miter length to half the stroke's thickness.

StartCap

Retrieves the type of shape used at the beginning of a stroke.

StrokeTransformType

Gets the stroke transform type.