BitmapDataBufferPixelFormat Property |
Gets the pixel format.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PixelFormat PixelFormat { get; }
Public ReadOnly Property PixelFormat As PixelFormat
Get
Dim instance As BitmapDataBuffer
Dim value As PixelFormat
value = instance.PixelFormat
member PixelFormat : PixelFormat with get
/** @property */
public PixelFormat get_PixelFormat()
function get PixelFormat () : PixelFormat
function get_PixelFormat();
Property Value
Type:
PixelFormat
See Also