BitmapDataBufferUpdateRect Property |
Gets the update rect.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Int32Rect UpdateRect { get; }
Public ReadOnly Property UpdateRect As Int32Rect
Get
Dim instance As BitmapDataBuffer
Dim value As Int32Rect
value = instance.UpdateRect
member UpdateRect : Int32Rect with get
/** @property */
public Int32Rect get_UpdateRect()
function get UpdateRect () : Int32Rect
function get_UpdateRect();
Property Value
Type:
Int32Rect
See Also