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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1