AGI STK Graphics 11 Send comments on this topic.
InitializeWithFormat Method (IAgStkGraphicsRasterAttributesFactory)
See Also 
Width
The width of the raster in pixels.
Height
The height of the raster in pixels.
RasterFormat
The Raster Format.





Description

Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format.

Syntax

[Visual Basic .NET]
Public Function InitializeWithFormat( _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal RasterFormat As AgEStkGraphicsRasterFormat _
) As IAgStkGraphicsRasterAttributes

[C#]
public IAgStkGraphicsRasterAttributes InitializeWithFormat(
int Width,
int Height,
AgEStkGraphicsRasterFormat RasterFormat
);

[Managed C++]
public: IAgStkGraphicsRasterAttributes^ InitializeWithFormat(
int Width,
int Height,
AgEStkGraphicsRasterFormat RasterFormat
);

[Java]
public IAgStkGraphicsRasterAttributes initializeWithFormat(
ppInteger Width,
ppInteger Height,
AgEStkGraphicsRasterFormat RasterFormat
);

[Unmanaged C++]
public: HRESULT InitializeWithFormat(
int Width,
int Height,
AgEStkGraphicsRasterFormat RasterFormat,
IAgStkGraphicsRasterAttributes ** ReturnValue
);

Parameters

Width
The width of the raster in pixels.
Height
The height of the raster in pixels.
RasterFormat
Member Value Description
eStkGraphicsRasterFormatRed 0 The format of the Raster is a single band consisting of red values.
eStkGraphicsRasterFormatGreen 1 The format of the Raster is a single band consisting of green values.
eStkGraphicsRasterFormatBlue 2 The format of the Raster is a single band consisting of blue values.
eStkGraphicsRasterFormatAlpha 3 The format of the Raster is a single band consisting of alpha values.
eStkGraphicsRasterFormatRgb 4 The format of the Raster is three bands consisting of red, green, and blue values.
eStkGraphicsRasterFormatBgr 5 The format of the Raster is three bands consisting of blue, green, and red values.
eStkGraphicsRasterFormatRgba 6 The format of the Raster is four bands consisting of red, green, blue, and alpha values.
eStkGraphicsRasterFormatBgra 7 The format of the Raster is four bands consisting of blue, green, red, and alpha values.
eStkGraphicsRasterFormatLuminance 8 The format of the Raster is a single band consisting of luminance values.
eStkGraphicsRasterFormatLuminanceAlpha 9 The format of the Raster is two bands consisting of luminance and alpha values.
The Raster Format.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1