An implementation of the copy factory interface used by GraphCopier that can be used by implementations of LayoutGraph .

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public class LayoutGraphCopyFactory : GraphCopier..::..ICopyFactory
Visual Basic
Public Class LayoutGraphCopyFactory _
	Implements GraphCopier..::..ICopyFactory

Remarks

An implementation of the copy factory interface used by GraphCopier that can be used by implementations of LayoutGraph .

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..LayoutGraphCopyFactory

See Also