Applies the queued filters to the given source.
Namespace: ImageSenseAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Image Apply( Image source ) |
| Visual Basic |
|---|
Public Function Apply ( _ source As Image _ ) As Image |
| Visual C++ |
|---|
public: virtual Image^ Apply( Image^ source ) sealed |
Parameters
- source
- Type: System.Drawing..::..Image
The image to which transformations will be applied.