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

Resize.ApplyTransform Method

Resizes given Bitmap

Overload List

Name Description
Public method ApplyTransform(Bitmap)

Resizes given Bitmap ("in-place").

(Overrides BitmapTransform.ApplyTransform(Bitmap).)
Public method ApplyTransform(Bitmap, Bitmap)

Produces resized copy of given Bitmap (which remains unchanged).

(Overrides BitmapTransform.ApplyTransform(Bitmap, Bitmap).)
Public method ApplyTransform(BitmapData, Bitmap)

Produces bitmap which contains resized copy of given bitmap data (BitmapData class instance). The bitmap data remains unchanged.

(Overrides BitmapTransform.ApplyTransform(BitmapData, Bitmap).)

See Also

Reference