Initializes a new instance with the width and height of the raster in pixels, and the given raster format, raster type, raster orientation, and row alignment.
[Visual Basic .NET] |
---|
Public Function InitializeWithFormatTypeOrientationAndAlignment( _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal RasterFormat As AgEStkGraphicsRasterFormat, _ ByVal RasterType As AgEStkGraphicsRasterType, _ ByVal RasterOrientation As AgEStkGraphicsRasterOrientation, _ ByVal RowAlignment As Integer _ ) As IAgStkGraphicsRasterAttributes |
[C#] |
---|
public IAgStkGraphicsRasterAttributes InitializeWithFormatTypeOrientationAndAlignment( int Width, int Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType, AgEStkGraphicsRasterOrientation RasterOrientation, int RowAlignment ); |
[Managed C++] |
---|
public: IAgStkGraphicsRasterAttributes^ InitializeWithFormatTypeOrientationAndAlignment( int Width, int Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType, AgEStkGraphicsRasterOrientation RasterOrientation, int RowAlignment ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithFormatTypeOrientationAndAlignment( int Width, int Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType, AgEStkGraphicsRasterOrientation RasterOrientation, int RowAlignment, IAgStkGraphicsRasterAttributes ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsRasterAttributes initializeWithFormatTypeOrientationAndAlignment( Integer Width, Integer Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType, AgEStkGraphicsRasterOrientation RasterOrientation, Integer RowAlignment ); |
[Python - STK API] |
---|
def InitializeWithFormatTypeOrientationAndAlignment(self, Width:int, Height:int, RasterFormat:"AgEStkGraphicsRasterFormat", RasterType:"AgEStkGraphicsRasterType", RasterOrientation:"AgEStkGraphicsRasterOrientation", RowAlignment:int) -> "IAgStkGraphicsRasterAttributes": |
- Width
- The width of the raster in pixels.
- Height
- The height of the raster in pixels.
- RasterFormat
- The
. - RasterType
- The
. - RasterOrientation
- The
. - RowAlignment
- The row alignment, in bytes, of the raster.