Share via


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

Disassociates an attached TextureGutterHelper object with the PrtBuffer object.

Definition

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

Remarks

You must ensure that the number of PrtBuffer.AttachGutterHelper calls matches the number of PrtBuffer.ReleaseGutterHelper calls.

See Also