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