Click or drag to resize

VisualFactory Class

Interface that allows the creation/editing of an type of visual.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualFactory

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract class VisualFactory : ICloneable

The VisualFactory type exposes the following members.

Constructors
 NameDescription
Protected methodVisualFactoryInitializes a new instance of the VisualFactory class
Top
Properties
Methods
 NameDescription
Public methodClone 
Public methodToString
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldFolder 
Top
See Also