Caps.StretchRectangleFilterCaps Property (Microsoft.DirectX.Direct3D)

Retrieves a structure that describes the operations supported by StretchRectangle.

Definition

Visual Basic Public ReadOnly Property StretchRectangleFilterCaps As FilterCaps
C# public FilterCaps StretchRectangleFilterCaps { get; }
C++ public:
property FilterCaps StretchRectangleFilterCaps {
        FilterCaps get();
}
JScript public function get StretchRectangleFilterCaps() : FilterCaps

Property Value

Microsoft.DirectX.Direct3D.FilterCaps
A FilterCaps structure that describes the operations supported by Device.StretchRectangle.

This property is read-only.