This documentation is for the old version. Go to the latest Graphics Mill docs

Combiner Constructor

Creates new instance of the Combiner class.

Overload List

Name Description
Public method Combiner()

Creates new instance of the Combiner class.

Public method Combiner(Bitmap, CombineMode, Single, InterpolationMode)

Creates new instance of the Combiner class. You can set main transform parameters without custom source and destination rectangles.

Public method Combiner(Bitmap, RectangleF, RectangleF, CombineMode, Single, InterpolationMode)

Creates new instance of the Combiner class. You can set all transform parameters.

See Also

Reference