Region::GetRegionScans Method (Matrix^)

 

Returns an array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
array<RectangleF>^ GetRegionScans(
	Matrix^ matrix
)

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
Return to top
Show: