CVB.Net 14.0
Area2DExtensions Class Reference

Extension methods for the Area2D class. More...

Static Package Functions

static Rect GetBoundingRect (this Area2D a)
 Extension method to get the bounding rect of the Area2D as is (without any coordinate system modifications). More...
 

Detailed Description

Extension methods for the Area2D class.

Member Function Documentation

◆ GetBoundingRect()

static Rect GetBoundingRect ( this Area2D  a)
staticpackage

Extension method to get the bounding rect of the Area2D as is (without any coordinate system modifications).

Parameters
aThe area instance.
Returns
Bounding rectangle.