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