GetRegionScans()

Region::GetRegionScans(const SharedPtr<Drawing2D::Matrix>&) const 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

Arguments

ParameterTypeDescription
matrixconst SharedPtr<Drawing2D::Matrix>&A Matrix that represents a geometric transformation to apply to the region.

See Also