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
. - RasterType
- The
. - RasterOrientation
- The
.





