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