Click or drag to resize

Brush.Destroy Method

X#
Provide a method to de-instantiate a Brush object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Destroy() AS USUAL CLIPPER
Request Example View Source

Return Value

Type: Usual
Remarks
This method can be used when a Brush object is no longer needed. Brush:Destroy() de-instantiates the Brush object and allows you to close and free any resources that were opened or created by the object, without waiting for the garbage collector.
See Also