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

BitmapChangingEventArgs Class

Provides data for pre-changing events of the Bitmap class.

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

Syntax

Visual Basic
Public Class BitmapChangingEventArgs _
	Inherits EventArgs
C#
public class BitmapChangingEventArgs : EventArgs

Remarks

This class is used by such events as:

This class contains property Change which specifies what action did change the bitmap. All possible change actions are described with BitmapChange enumeration. Using property Cancel you can cancel operation before it is being started.

Inheritance Hierarchy

System.Object
L System.EventArgs
L Aurigma.GraphicsMill.BitmapChangingEventArgs

See Also

Reference