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
ParameterTypeDescription
matrixconst SharedPtr<Drawing2D::Matrix>&A Matrix that represents a geometric transformation to apply to the region.

See Also