Share via


PrtBuffer.AttachGutterHelper(TextureGutterHelper) Method (Microsoft.DirectX.Direct3D)

Associates a TextureGutterHelper object with the PrtBuffer object.

Definition

Visual Basic Public Sub AttachGutterHelper( _
    ByVal helper As TextureGutterHelper _
)
C# public void AttachGutterHelper(
    TextureGutterHelper helper
);
C++ public:
void AttachGutterHelper(
    TextureGutterHelperhelper
);
JScript public function AttachGutterHelper(
    helper : TextureGutterHelper
);

Parameters

helper Microsoft.DirectX.Direct3D.TextureGutterHelper
A TextureGutterHelper object that contains texture gutter data.

Remarks

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

See Also