ClippingPrimitive.ClearRenderers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClearRenderers() |
Removes all renderers in the list of objects this clipping primitive clips. |
ClearRenderers(Boolean) |
Removes all renderers in the list of objects this clipping primitive clips. |
ClearRenderers()
Removes all renderers in the list of objects this clipping primitive clips.
public:
void ClearRenderers();
public void ClearRenderers ();
member this.ClearRenderers : unit -> unit
Public Sub ClearRenderers ()
Applies to
ClearRenderers(Boolean)
Removes all renderers in the list of objects this clipping primitive clips.
public void ClearRenderers (bool autoDestroyMaterial = true);
member this.ClearRenderers : bool -> unit
Public Sub ClearRenderers (Optional autoDestroyMaterial As Boolean = true)
Parameters
- autoDestroyMaterial
- Boolean