Gets and sets the length (in bytes) of a scan line of the image to be loaded.
public int Stride {get; set;}
public: __property int get_Stride();
public: __property void set_Stride(
int value
);
public:
property int Stride {
int get();
void set ( int value);
}
'Declaration
Public Property Stride As Integer
'Usage
Dim instance As LoadOptionsRaw
Dim value As Integer
instance.Stride = value
value = instance.Stride
Property Value
An integer value which represents the length of a scan line of the image being loaded.