Region.GetRegionScans
Region.GetRegionScans method
Returns an array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.
public RectangleF[] GetRegionScans(Matrix matrix)
| Parameter | Type | Description | 
|---|---|---|
| matrix | Matrix | A Matrix that represents a geometric transformation to apply to the region. | 
Return Value
An array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.
See Also
- struct RectangleF
 - class Matrix
 - class Region
 - namespace System.Drawing
 - assembly Aspose.Drawing