Click or drag to resize

ImageReprojectorGetBlocks Method

Helper that divides the target re-projection area into several blocks.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected IEnumerable<ReprojectionBlock> GetBlocks(
	Size size
)

Parameters

size
Type: System.DrawingSize
Size of the target area.

Return Value

Type: IEnumerableReprojectionBlock
The generated blocks.
See Also