FormattedTextBuildGeometry Method
Obtains geometry for the text, including underlines and strikethroughs.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Geometry? BuildGeometry(
Point origin
)
Public Function BuildGeometry (
origin As Point
) As Geometry
member BuildGeometry :
origin : Point -> Geometry
- origin Point
- The left top origin of the resulting geometry.
GeometryThe geometry returned contains the combined geometry
of all of the glyphs, underlines and strikeThroughs that represent the formatted text.
Overlapping contours are merged by performing a Boolean union operation.