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

Bitmap.Abort Method

Aborts currently running operation.

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

Syntax

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

Remarks

After you stop the operation with this method, the operation throws AbortedException.

See Also

Reference