STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsRaster Interface

Description

A raster dataset. A raster consists of one or more bands, or sets of values, which are most commonly associated with colors when the raster represents an image. For instance, a typical color image contains three sets of values, or bands (red, green, and blue) which define the color of pixels within the image. The following raster image formats can be read by the raster class: BMP, ECW, IMG, JP2, NTF, NITF, PNG, SID, TIF, TIFF, JPG, JPEG, PPM, PGM, CLDS, and TGA. To create a texture from a raster, pass it to the From Raster method.

Public Methods

Public Method ApplyApplies a Raster Filter to the raster and returns a new raster with the results of the filtering. The current raster is not modified.
Public Method ApplyInPlaceApplies a Raster Filter to the raster. The current raster will contain the results of the filtering.
Public Method CopyFromRasterCopies the data associated with the given Raster into this raster.
Public Method ExtractBandExtracts the band of raster data associated with the given Raster Band.
Public Method ExtractBandFromRasterFormatExtracts the bands of raster data associated with the given Raster Format.
Public Method FlipFlips the raster along the given axis.
Public Method RotateRotates the raster by the given angle.

Public Properties

Public Property AttributesGets the Raster Attributes that define the raster data.
Public Property HeightGets the height of the raster in pixels.
Public Property WidthGets the width of the raster in pixels.

CoClasses that Implement IAgStkGraphicsRaster

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.