Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format and Raster Type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRasterAttributes InitializeWithFormatAndType( int Width, int Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRasterAttributes^ InitializeWithFormatAndType( int Width, int Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRasterAttributes initializeWithFormatAndType( Integer Width, Integer Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType ); |
[Python - STK API ] |
|---|
def InitializeWithFormatAndType(self, Width:int, Height:int, RasterFormat:"AgEStkGraphicsRasterFormat", RasterType:"AgEStkGraphicsRasterType") -> "IAgStkGraphicsRasterAttributes": |
- Width
- The width of the raster in pixels.
- Height
- The height of the raster in pixels.
- RasterFormat
- The Raster Format.
- RasterType
- The Raster Type.






