IGeometryImplGetWidenedGeometry Method

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

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IGeometryImpl GetWidenedGeometry(
	IPen pen
)

Parameters

pen  IPen
The pen to use.

Return Value

IGeometryImpl
The outlined geometry.

See Also