Gets/sets a source bitmap which will be used to get pixels from.

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

Syntax

Visual Basic

Public Property SourceBitmap As Bitmap

C#

public Bitmap SourceBitmap { get; set; }

Property Value

Bitmap class instance used as source bitmap.

Remarks

By default this property is set to null. However this transform cannot be executed with non-initialized source bitmap. So you should make sure that it is specified before applying the effect.