GetWidenedGeometry 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)
- C#
- VB
- F#
public Geometry GetWidenedGeometry(
IPen pen
)
Public Function GetWidenedGeometry (
pen As IPen
) As Geometry
member GetWidenedGeometry :
pen : IPen -> Geometry
Parameters
- IPen
- The pen to use.
Return Value
Geometry
The outlined geometry.