GeometryGetWidenedGeometry Method

Gets a Geometry that is the shape defined by the stroke on the Geometry produced by the specified Pen.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Geometry GetWidenedGeometry(
	IPen pen
)

Parameters

pen  IPen
The pen to use.

Return Value

Geometry
The outlined geometry.

See Also