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

TextVObject.Update Method (Boolean)

Invalidates the object and causes it to be redrawn optionally recalculating the text area.

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

Syntax

Visual Basic
Public Sub Update ( _
	recalculateTextBounds As Boolean _
)
C#
public void Update(
	bool recalculateTextBounds
)

Parameters

recalculateTextBounds

Type: System.Boolean

A value indicating if the text area should be recalculated.

See Also

Reference