RectClip64GetLocation Method |
Determines the location of a point relative to the clipping rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static bool GetLocation(
Rect64 rec,
Point64 pt,
out RectClip64Location loc
)
Parameters
- rec Rect64
- The clipping rectangle.
- pt Point64
- The point to classify.
- loc RectClip64Location
- Receives the computed location.
Return Value
Boolean if the point lies strictly outside or inside the rectangle; otherwise,
when it lies on the border.
See Also