RasterStream Properties |
The RasterStream type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the RasterAttributes that define the raster data.
(Inherited from Raster.) | |
Height |
Gets the height of the raster in pixels.
(Inherited from Raster.) | |
Scan0 |
Gets the IntPtr associated with the first value of data in the raster.
(Inherited from Raster.) | |
UpdateDelta |
Gets or sets the update delta of the raster stream in seconds. The UpdateDelta defines the interval
at which the Update(JulianDate, JulianDate) method will be called. The default UpdateDelta is 0, which will
call the Update(JulianDate, JulianDate) method every time the SceneManager
time changes. When animating, this means the Update(JulianDate, JulianDate) method would be called on every animation step.
| |
Width |
Gets the width of the raster in pixels.
(Inherited from Raster.) |