BezierTransform.Apply Method

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, PointF[])

Produces a transformed copy of a given bitmap using the given Bezier surface.

Public method Static member Apply(Bitmap, PointF[], Color, InterpolationMode)

Produces a transformed copy of a given bitmap using the given Bezier surface, background color and interpolation mode.

See Also

Reference