Applies this filter to the given source.

Namespace: ImageSense.Filters
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Image Apply(
	Image source
)
Visual Basic
Function Apply ( _
	source As Image _
) As Image
Visual C++
Image^ Apply(
	Image^ source
)

Parameters

source
Type: System.Drawing..::..Image
The image to which transformations will be applied.

Return Value

A new Image with transformations applied.

See Also