FAreaIsPointAtCorner Method

Return a value indicating whether the provided point is at one of the corners of the caller's rectangle.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsPointAtCorner(
	FArea area,
	FPoint point
)

Parameters

area  FArea
Reference to the area to test for corner.
point  FPoint
Reference to the point to compare with corners.

Return Value

Boolean
True if the caller's point is located at one of the corners of the supplied area.

See Also