StreamInfoPixelHeight Property |
Gets the height of the video frames.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int PixelHeight { get; }
Public ReadOnly Property PixelHeight As Integer
Get
Dim instance As StreamInfo
Dim value As Integer
value = instance.PixelHeight
member PixelHeight : int with get
/** @property */
public int get_PixelHeight()
function get PixelHeight () : int
function get_PixelHeight();
Property Value
Type:
Int32
See Also