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