AGI STK Graphics 11Send comments on this topic.
RowStride Property (IAgStkGraphicsRasterAttributes)
See Also 
Windows






Windows & Linux

Description

Gets the stride or scan/row width in bytes of the raster data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RowStride() As Integer
[C#]
public int RowStride {get;}
[Managed C++]
public: __property int get_RowStride();
[Unmanaged C++]
public: HRESULT get_RowStride(
   int * pRetVal
);
[Java]
public ppInteger getRowStride();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.