IGlyphRunImplGetIntersections Method

Gets the intersections of specified upper and lower limit.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IReadOnlyList<float> GetIntersections(
	float lowerLimit,
	float upperLimit
)

Parameters

lowerLimit  Single
Upper limit.
upperLimit  Single
Lower limit.

Return Value

IReadOnlyListSingle

See Also