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