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

BitmapViewer.UpdateControlAlongWithBitmap Method

Repaints the bitmap on the control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub UpdateControlAlongWithBitmap
C#
public void UpdateControlAlongWithBitmap()

Remarks

Call this method to reflect changes of the Bitmap in the viewer if it cannot be refreshed automatically for some reason.

See Also

Reference