Loading [MathJax]/extensions/tex2jax.js

You are here: Start » FIL.NET » Invoke.RectangleCorners

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
inRectangleFil.Rectangle2D
outTopLeftFil.Point2D
outTopRightFil.Point2D
outBottomRightFil.Point2D
outBottomLeftFil.Point2D

See also