'Declaration Public Function New( _
ByVal masterThe master drawing engine.As DrawingEngine, _
ByVal slaveThe slave drawing engine.As DrawingEngine, _
ByVal useCompositeToolsFactoryA value indicating whether the engine should use composite tools factory. True - the DrawingFactory property must return the tool factory, which is a composition of tools factories of master and slave engines; false - the DrawingFactory property must return the tool factory of master engine.As Boolean _
)
public CompositeDrawingEngine(
DrawingEngine master,
DrawingEngine slave,
bool useCompositeToolsFactory
)
public: CompositeDrawingEngine(
DrawingEngine* master,
DrawingEngine* slave,
bool useCompositeToolsFactory
)
public:
CompositeDrawingEngine(
DrawingEngine^ master,
DrawingEngine^ slave,
bool useCompositeToolsFactory
)
Parameters
- master
- The master drawing engine.
- slave
- The slave drawing engine.
- useCompositeToolsFactory
- A value indicating whether the engine should use composite tools factory. True - the DrawingFactory property must return the tool factory, which is a composition of tools factories of master and slave engines; false - the DrawingFactory property must return the tool factory of master engine.