STK Graphics PrimitivesSend 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 Integer getRowStride();
[Python - STK API ]
@property
def RowStride(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.