Region.GetRegionScans(Matrix) Method

Definition

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

public:
 cli::array <System::Drawing::RectangleF> ^ GetRegionScans(System::Drawing::Drawing2D::Matrix ^ matrix);
public System.Drawing.RectangleF[] GetRegionScans (System.Drawing.Drawing2D.Matrix matrix);
member this.GetRegionScans : System.Drawing.Drawing2D.Matrix -> System.Drawing.RectangleF[]
Public Function GetRegionScans (matrix As Matrix) As RectangleF()

Parameters

matrix
Matrix

A Matrix that represents a geometric transformation to apply to the region.

Returns

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

Exceptions

matrix is null.

Applies to