Caps.ExtentsAdjust Property (Microsoft.DirectX.Direct3D)

Retrieves a value that indicates the number of pixels to adjust the extents rectangle outward to accommodate antialiasing kernels.

Definition

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

Property Value

System.Single
A SingleLeave Site value that indicates the number of pixels to adjust the extents rectangle outward.

This property is read-only.