Gets the stride or scan/row width in bytes of
the raster data.
Read-only property
[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(
|
[Java] |
---|
public ppInteger getRowStride();
|