The Raster type exposes the following members.

Methods

  NameDescription
BuildPyramids
Builds pyramids on the Raster to improve display performance.
DeletePyramids
Deletes pyramids associated with the Raster.
Dispose
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBandNames
Gets a collection consisting of all the band names in the Raster.
GetBitmapOverloaded.
Gets a Bitmap of the raster dataset. Overloads are available to request a Bitmap of a specific size, and with a specific background Color.
GetColorAtPoint
Gets a Color object which represents the color of the cell at the specified Point.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValueAtPointOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenArcSDERasterOverloaded.
OpenFileGeodatabaseRaster
Returns a Raster object which represents a raster dataset stored in a file geodatabase.
OpenRasterFile
Returns a Raster object which represents a raster dataset stored in a directory.
ToString
Returns information about the Raster: the name, number of columns, number of rows.
(Overrides Object..::.ToString()()().)

See Also