RenderToEnvironmentDescription.Size Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the size of the render target.

Definition

Visual Basic Public Property Size As Integer
C# public int Size { get; set; }
C++ public:
property int Size {
        int get();
        void set(int value);
}
JScript public function get Size() : int
public function set Size(int);

Property Value

System.Int32
Integer that represents the width and height, in pixels, of the render target to set or retrieve.

This property is read/write.