GlyphRunGetIntersections Method
Gets the intersections of specified upper and lower limit.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<float> GetIntersections(
float lowerLimit,
float upperLimit
)
Public Function GetIntersections (
lowerLimit As Single,
upperLimit As Single
) As IReadOnlyList(Of Single)
member GetIntersections :
lowerLimit : float32 *
upperLimit : float32 -> IReadOnlyList<float32>
- lowerLimit Single
- Upper limit.
- upperLimit Single
- Lower limit.
IReadOnlyListSingle