Gets and sets the width of the image in bytes for Raw compressed image data.
'Declaration
Public Property RawStride As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.RawStride = value
value = instance.RawStride
public int RawStride {get; set;}
public: __property int get_RawStride();
public: __property void set_RawStride(
int value
);
public:
property int RawStride {
int get();
void set ( int value);
}
Property Value
An integer value which represents the width of the image.