BitmapDataBufferBitsPerPixel Property |
Gets the bits per pixel.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int BitsPerPixel { get; }
Public ReadOnly Property BitsPerPixel As Integer
Get
Dim instance As BitmapDataBuffer
Dim value As Integer
value = instance.BitsPerPixel
member BitsPerPixel : int with get
/** @property */
public int get_BitsPerPixel()
function get BitsPerPixel () : int
function get_BitsPerPixel();
Property Value
Type:
Int32
See Also