STK Graphics PrimitivesSend comments on this topic.
InitializeWithFormatTypeOrientationAndAlignment Method (IAgStkGraphicsRasterAttributesFactory)
See Also
Width
The width of the raster in pixels.
Height
The height of the raster in pixels.
RasterFormat
The Raster Format.
RasterType
The Raster Type.
RasterOrientation
The Raster Orientation.
RowAlignment
The row alignment, in bytes, of the raster.
Windows





Windows & Linux

Description

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.

Syntax

[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

Parameters

Width
The width of the raster in pixels.
Height
The height of the raster in pixels.
RasterFormat
The Raster Format.
RasterType
The Raster Type.
RasterOrientation
The Raster Orientation.
RowAlignment
The row alignment, in bytes, of the raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.