Table of Contents

Struct StrokeStyleProperties

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes the stroke that outlines a shape.
D2D1_STROKE_STYLE_PROPERTIES1

public struct StrokeStyleProperties : IEquatable<StrokeStyleProperties>
Implements
Inherited Members

Constructors

StrokeStyleProperties(CapStyle, CapStyle, CapStyle, LineJoin, float, DashStyle, float, StrokeTransformType)

Fields

DefaultDashCap
DefaultDashOffset
DefaultDashStyle
DefaultEndCap
DefaultLineJoin
DefaultMiterLimit
DefaultStartCap
DefaultTransformType

Properties

DashCap
DashOffset
DashStyle
Default
EndCap
LineJoin
MiterLimit
StartCap
TransformType

Methods

Equals(StrokeStyleProperties)
Equals(in StrokeStyleProperties)
Equals(object?)
GetHashCode()

Operators

operator ==(in StrokeStyleProperties, in StrokeStyleProperties)
operator !=(in StrokeStyleProperties, in StrokeStyleProperties)