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






