Click or drag to resize

ICopiedAspects Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.ICopiedAspects"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface ICopiedAspects

The ICopiedAspects type exposes the following members.

Methods
 NameDescription
Public methodPaste(IEnumerableVisual, CopiedAspectsPasteMode) Paste an aspect onto a collection of visuals.
Public methodPaste(Visual, CopiedAspectsPasteMode) Paste an aspect onto a visual.
Top
See Also