Gets and sets the width clipping bound for the image data.
public int ClipWidth {get; set;}
public: __property int get_ClipWidth();
public: __property void set_ClipWidth(
int value
);
public:
property int ClipWidth {
int get();
void set ( int value);
}
'Declaration
Public Property ClipWidth As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.ClipWidth = value
value = instance.ClipWidth
Property Value
An integer value which represents the width of the clipping.