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






