RasterAttributesRowStride Property |
Gets the stride or scan/row width in bytes of the raster data.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int RowStride { get; }
Public ReadOnly Property RowStride As Integer
Get
public:
property int RowStride {
int get ();
}
member RowStride : int with get
Property Value
Type:
Int32See Also