CaptureDeviceMulticastProviderClientHeight Property |
Gets or sets the desired height of the output pictures.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int Height { get; set; }
Public Property Height As Integer
Get
Set
public:
property int Height {
int get ();
void set (int value);
}
member Height : int with get, set
Property Value
Type:
Int32
The desired height of the output pictures
See Also