Table of Contents

Method GetOutput

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.Framework.dll

GetOutput()

Gets the underlying image or effect graph.

public IDeviceImage GetOutput()

Returns

IDeviceImage

Remarks

You do not need to call this method again if you change the IDynamicImage's inputs or properties.

NOTE: This method does not need to be used in order to draw the dynamic image. It is only necessary when inspecting the underlying image or effect graph, in which case you should also call UpdateOutput() before beginning that inspection.