Video.Size Property

Language:

Retrieves and sets the size of the video for playback.

Definition

Visual Basic Public Property Size As System.Drawing.Size
C# public System.Drawing.Size Size { get; set; }
C++ public:
property System.Drawing.Size^ Size {
        System.Drawing.Size^ get();
        void set(System.Drawing.Sizevalue);
}
JScript public function get Size() : System.Drawing.Size
public function set Size(System.Drawing.Size);

Property Value

System.Drawing.Size
The size of the video for playback.

This property is read/write. 

Remarks

Exceptions
DirectXException For more information on the cause of this exception, reference the DirectXException.ErrorCode and DirectXException.ErrorString properties to the AudioVideoPlayback error code table.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center