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.2820.4317
public static bool IsPointAtCorner(
FArea area,
FVector2 point
)
Public Shared Function IsPointAtCorner (
area As FArea,
point As FVector2
) 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 FVector2
-
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.