VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateCompositeEngine(DrawingEngine,DrawingEngine) Method
Syntax Requirements SeeAlso
In This Topic
CreateCompositeEngine(DrawingEngine,DrawingEngine) Method (DrawingFactory)
In This Topic
Creates the composite drawing engine.
Syntax
'Declaration

Public Overridable Function CreateCompositeEngine( _
ByVal master
The master drawing engine.
As DrawingEngine, _
ByVal slave
The slave drawing engine.
As DrawingEngine _
) As CompositeDrawingEngine
public virtual CompositeDrawingEngine CreateCompositeEngine(
DrawingEngine master,
DrawingEngine slave
)

Parameters

master
The master drawing engine.
slave
The slave drawing engine.

Return Value

An new instance of CompositeDrawingEngine class.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also