System::Drawing::Region::GetRegionScans method
Region::GetRegionScans method
Returns an array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.
ArrayPtr<RectangleF> System::Drawing::Region::GetRegionScans(const SharedPtr<Drawing2D::Matrix> &matrix) const
Parameter | Type | Description |
---|---|---|
matrix | const SharedPtr<Drawing2D::Matrix>& | A Matrix that represents a geometric transformation to apply to the region. |
See Also
- Typedef ArrayPtr
- Class RectangleF
- Typedef SharedPtr
- Class Matrix
- Class Region
- Namespace System::Drawing
- Library Aspose.TeX for C++