Click or drag to resize

DecalDispose Method (Boolean)

Releases the unmanaged resources used by the Decal and optionally releases the managed resources

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public void Dispose(
	bool isDisposing
)

Parameters

isDisposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also