GraphicsNodeProxy.Copy Method
Parent Object: GraphicsNodeProxyDescription
Method that creates a copy of this . The copy has the same property values as the original, a duplicate of all of the graphics primitives, and the CustomRenderStyle has the same values. A new ID is generated for the copy.
Syntax
GraphicsNodeProxy.Copy( Transformation As Matrix, NodeId As Long ) As GraphicsNodeParameters
Name | Type | Description |
Transformation | Matrix | Input that defines the transform for the copy. |
NodeId | Long | Input Long that specifies the identifier for the newly created node. This id needs to be unique with respect to all other object in this ClientGraphics object. |