FAreaIsPointAtCorner Method
Return a value indicating whether the provided point is at one of the
corners of the caller's rectangle.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointAtCorner(
FArea area,
FPoint point
)
Public Shared Function IsPointAtCorner (
area As FArea,
point As FPoint
) As Boolean
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area to test for corner.
- point FPoint
-
Reference to the point to compare with corners.
Boolean
True if the caller's point is located at one of the corners of the
supplied area.