FilteringRasterStream Properties |
The FilteringRasterStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the RasterAttributes that define the raster data.
(Inherited from Raster.) |
![]() | Filter |
Gets the RasterFilter that will be applied to the RasterStream on each update.
|
![]() | 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.) |
![]() | Stream |
Gets the RasterStream that will have the RasterFilter applied on each update.
|
![]() | 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.
(Inherited from RasterStream.) |
![]() | Width |
Gets the width of the raster in pixels.
(Inherited from Raster.) |