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