ILNumerics Ultimate VS

ShapeDetach Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Detach this shapes buffers from any shared buffers and allows individual changes

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public override Node Detach()

Return Value

Type: Node
Remarks

This function allows a shape to act completely independent of any other shapes in a scene. After calling Detach() changes to local buffers are save to only effect the appearance of this shape. Therefore, any buffers which have been shared will detach from their source and use up individual storage. However, this new storage is not immediately allocated but only, once changes really arrive ("lazy").

[ILNumerics Visualization Engine]

See Also

Reference