STK Graphics PrimitivesSend comments on this topic.
InitializeWithFormatAndType Method (IAgStkGraphicsRasterAttributesFactory)
See Also
Width
The width of the raster in pixels.
Height
The height of the raster in pixels.
RasterFormat
The .
RasterType
The .
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function InitializeWithFormatAndType( _
    ByVal Width As Integer, _
    ByVal Height As Integer, _
    ByVal RasterFormat As AgEStkGraphicsRasterFormat, _
    ByVal RasterType As AgEStkGraphicsRasterType _
) As IAgStkGraphicsRasterAttributes
[Unmanaged C++]
public: HRESULT InitializeWithFormatAndType(
    int Width,
    int Height,
    AgEStkGraphicsRasterFormat RasterFormat,
    AgEStkGraphicsRasterType RasterType,
    IAgStkGraphicsRasterAttributes ** ppRetVal
);

Parameters

Width
The width of the raster in pixels.
Height
The height of the raster in pixels.
RasterFormat
The .
RasterType
The .

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.