Accusoft.ImagXpress13.Net
Stride Property (ImageXData)




Gets the number of bytes needed to advance from the beginning of one row in an image to the beginning of the next row.
Syntax
'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();
public:
property int Stride {
   int get();
}

Property Value

An integer value which represents the number of bytes needed to advance.
Remarks

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.

See Also

Reference

ImageXData Class
ImageXData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback