Accusoft.ImagXpressSdk Namespace > ImageXData Class : Stride Property |
'Declaration Public ReadOnly Property Stride As Integer
'Usage Dim instance As ImageXData Dim value As Integer value = instance.Stride
public int Stride {get;}
public: __property int get_Stride();
When a (GDI) Graphical Display Interface allocates a memory buffer for bitmaps, it may pad each row of pixels with extra bytes, in order to align them on some boundary. The width of the image, in bytes, plus the width of the extra padding, is called the stride.