Table of Contents

Method UpdateOutput

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

UpdateOutput()

Ensures that the underlying image or effect graph has been updated for the latest property changes, as well as for any layout changes to the inputs.

public void UpdateOutput()

Remarks

NOTE: This method does not need to be used before drawing the dynamic image. It is only necessary when inspecting the underlying image or effect graph (via GetOutput() before drawing it, either after creating the dynamic image or after changing its inputs or properties.