IGeometryImplGetWidenedGeometry Method
Gets a geometry that is the shape defined by the stroke on the geometry
produced by the specified Pen.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IGeometryImpl GetWidenedGeometry(
IPen pen
)
Function GetWidenedGeometry (
pen As IPen
) As IGeometryImpl
abstract GetWidenedGeometry :
pen : IPen -> IGeometryImpl
- pen IPen
- The pen to use.
IGeometryImplThe outlined geometry.