Applies the queued filters to the given sources.
Namespace: ImageSenseAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Image[] Apply( Image[] sources ) |
| Visual Basic |
|---|
Public Function Apply ( _ sources As Image() _ ) As Image() |
| Visual C++ |
|---|
public: array<Image^>^ Apply( array<Image^>^ sources ) |
Parameters
- sources
- Type: array<System.Drawing..::..Image>[]()[][]
The images to which transformations will be applied.