Region::GetRegionScans Method (Matrix^)
.NET Framework (current version)
Returns an array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- matrix
-
Type:
System.Drawing.Drawing2D::Matrix^
A Matrix that represents a geometric transformation to apply to the region.
Return Value
Type: array<System.Drawing::RectangleF>^An array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.
| Exception | Condition |
|---|---|
| ArgumentNullException | matrix is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: