Device.DeletePatch(Int32) Method (Microsoft.DirectX.Direct3D)

Frees a cached high-order patch.

Definition

Visual Basic Public Sub DeletePatch( _
    ByVal handle As Integer _
)
C# public void DeletePatch(
    int handle
);
C++ public:
void DeletePatch(
    int handle
);
JScript public function DeletePatch(
    handle : int
);

Parameters

handle System.Int32
Handle of the cached high-order patch to delete.

Remarks

Exceptions

InvalidCallException

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