Click or drag to resize

GridReprojectorInitialize Method

Overload List
  NameDescription
Public methodInitialize
Initialize; calculate target grid info (if necessary), set up internal structures for fast processing of reprojections and interpolations.
Public methodInitialize(Boolean)
Initialize; calculate target grid info (if necessary), set up internal structures for fast processing of reprojections and interpolations.

If only one conversion is required, set the oneTimeConvert to true, to skip setting up of internal structures. Currently only applicable if using the ConvertBitmapData(Byte, Byte) method.

Top
See Also