Gets the width value of the current image.
'Declaration
Public ReadOnly Property Width As Integer
'Usage
Dim instance As ImageX
Dim value As Integer
value = instance.Width
public: __property int get_Width();
public:
property int Width {
int get();
}
Property Value
An integer value which represents the width.