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

RectangleController.Update Method

This method is called with a BitmapViewer when it needs to be repainted or updated in any other way.

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

Syntax

Visual Basic
Public Overrides Sub Update
C#
public override void Update()

Remarks

You can use this method to force rectangle update.

See Also

Reference