Video.Size Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves and sets the size of the video for playback.

Definition

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

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.