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] |
---|
Public Function InitializeWithFormatTypeAndOrientation( _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal RasterFormat As AgEStkGraphicsRasterFormat, _ ByVal RasterType As AgEStkGraphicsRasterType, _ ByVal RasterOrientation As AgEStkGraphicsRasterOrientation _ ) As IAgStkGraphicsRasterAttributes |
[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++] |
---|
public: HRESULT InitializeWithFormatTypeAndOrientation( int Width, int Height, AgEStkGraphicsRasterFormat RasterFormat, AgEStkGraphicsRasterType RasterType, AgEStkGraphicsRasterOrientation RasterOrientation, IAgStkGraphicsRasterAttributes ** ppRetVal ); |
[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
.