Height Property
Summary
Gets or sets the pixel height of the data in this buffer.
Syntax
public int Height {get; set;}
Public Property Height As Integer
public int Height {get; set;}
<br/>get_Height();<br/>set_Height(value);<br/>Object.defineProperty('Height');
public:
property int Height {
int get();
void set ( int );
}
Property Value
The pixel height of the data in this buffer. Default value is 0. Must be a value greater than 0.