BitmapDataBufferStride Property |
Gets the byte width of each row of pixels.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Stride { get; }
Public ReadOnly Property Stride As Integer
Get
Dim instance As BitmapDataBuffer
Dim value As Integer
value = instance.Stride
member Stride : int with get
/** @property */
public int get_Stride()
function get Stride () : int
Property Value
Type:
Int32
See Also