Visual3D.RemoveVisual3DChild(Visual3D) Method
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.
Removes the parent-child relationship between two 3-D visuals.
protected:
void RemoveVisual3DChild(System::Windows::Media::Media3D::Visual3D ^ child);
protected void RemoveVisual3DChild(System.Windows.Media.Media3D.Visual3D child);
member this.RemoveVisual3DChild : System.Windows.Media.Media3D.Visual3D -> unit
Protected Sub RemoveVisual3DChild (child As Visual3D)
- child
- Visual3D
The child 3-D visual object to remove from the parent visual.
The RemoveVisual3DChild method is introduced in .NET Framework version 3.5. For more information, see Versions and Dependencies.
A class that derives from Visual3D must call this method to notify the Visual3D layer that a child was removed from the children collection. The Visual3D layer then calls the GetVisual3DChild(Int32) method.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: