You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.RectangleCorners
Computes the four corner points of a rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RectangleCorners ( FilNet.Rectangle2D inRectangle, out FilNet.Point2D outTopLeft, out FilNet.Point2D outTopRight, out FilNet.Point2D outBottomRight, out FilNet.Point2D outBottomLeft )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outTopLeft | FilNet.Point2D | |||
![]() | outTopRight | FilNet.Point2D | |||
![]() | outBottomRight | FilNet.Point2D | |||
![]() | outBottomLeft | FilNet.Point2D |