Get a tile, filling in a prespecified array. This version does not check that the user hase entered a valid set of corner and length arrays. ensure that out matches the length implied by the lengths array.

Overload List

  Name Description
Public method GetTile (Array, Int32, Int32) Get a tile, filling in a prespecified array. This version does not check that the user hase entered a valid set of corner and length arrays. ensure that out matches the length implied by the lengths array.
Public method GetTile (Int32, Int32) Get a subset of the image. An image tile is returned as a one-dimensional array although the image will normally be multi-dimensional.

See Also