MatrixTransform.Apply Method

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

Overload List

Name Description
Public method Apply(Bitmap)

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

(Inherited from Transform.)
Public method Static member Apply(Bitmap, Matrix)

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

Public method Static member Apply(Bitmap, Matrix, Color, InterpolationMode)

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

See Also

Reference