You are here: Start » FIL.NET » FIS.RectangleCorners Method
FIS.RectangleCorners Method
Computes the four corner points of a rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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 |