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






