Caps.GuardBandTop Property (Microsoft.DirectX.Direct3D)

Retrieves a value that indicates the screen-space coordinate of the top guard band clipping region.

Definition

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

Property Value

System.Single
A SingleLeave Site value that indicates the screen-space coordinate of the top guard-band clipping region.

This property is read-only. 

Remarks

Coordinates that are inside of the guard-band clipping region but outside of the viewport rectangle are automatically clipped.