STK Graphics PrimitivesSend 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.
Windows





Windows & Linux

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
[Managed C++]
public: IAgStkGraphicsRasterAttributes^ InitializeWithFormat(
    int Width,
    int Height,
    AgEStkGraphicsRasterFormat RasterFormat
);
[Unmanaged C++]
public: HRESULT InitializeWithFormat(
    int Width,
    int Height,
    AgEStkGraphicsRasterFormat RasterFormat,
    IAgStkGraphicsRasterAttributes ** ppRetVal
);
[Java]
public IAgStkGraphicsRasterAttributes initializeWithFormat(
    Integer Width,
    Integer Height,
    AgEStkGraphicsRasterFormat RasterFormat
);
[Python - STK API ]
def InitializeWithFormat(self, Width:int, Height:int, RasterFormat:"AgEStkGraphicsRasterFormat") -> "IAgStkGraphicsRasterAttributes":

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.