Table of Contents

Method Widen

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.Core.dll

Widen(IGeometry, float, IStrokeStyle?, in Matrix3x2Float?, float?)

public static IPathGeometry Widen(this IGeometry geometry, float strokeWidth, IStrokeStyle? strokeStyle = null, in Matrix3x2Float? worldTransform = null, float? flatteningTolerance = null)

Parameters

geometry IGeometry
strokeWidth float
strokeStyle IStrokeStyle
worldTransform Matrix3x2Float?
flatteningTolerance float?

Returns

IPathGeometry