Share via


PrtBuffer.EvaluateGutterHelper() Method (Microsoft.DirectX.Direct3D)

Applies stored texture gutter data to a PrtBuffer texture buffer.

Definition

Visual Basic Public Sub EvaluateGutterHelper()
C# public void EvaluateGutterHelper();
C++ public:
void EvaluateGutterHelper();
JScript public function EvaluateGutterHelper();

Remarks

This method makes an internal call to TextureGutterHelper.ApplyGutters to retrieve and apply texture gutter data.

Exceptions

InvalidCallException

The method call is invalid. For example, a method's parameter might contain an invalid value.