Search
DrawingUtils.getCenter Method
See Also
 





Returns the center of the specified rectangle.

Namespace: MindFusion.Drawing
File: DrawingUtils.js

 Syntax

JavaScript  Copy Code

function getCenter (rect)

 Parameters

rect

Rect. The rectangle.

 Return Value

Point. The center.

 See Also