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

Resize.ApplyTransform Method (Bitmap)

Resizes given Bitmap ("in-place").

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

Syntax

Visual Basic
Public Overrides NotOverridable Sub ApplyTransform ( _
	bitmap As Bitmap _
)
C#
public override sealed void ApplyTransform(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

Remarks

Bitmap which should be resized. Result of the resize will be saved to the same bitmap (in other word, transform is applied "in-place").

See Also

Reference