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)
ParameterTypeDescription
matrixMatrixA 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