 | IBitmapImageGetBlocksRegion Method |
Returns the region of the image that is aligned with the supplied block size.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax(int X, int Y, int Width, int Height) GetBlocksRegion(
int blockSize
)
Parameters
- blockSize
- Type: SystemInt32
Expressed as one side of a square block.
Return Value
Type:
ValueTupleInt32,
Int32,
Int32,
Int32Region of the image that is aligned with the supplied block size.
See Also