Метод | Описание | |
---|---|---|
ImageWarp ( IntPoint warpMap ) : System |
Initializes a new instance of the ImageWarp class.
|
Метод | Описание | |
---|---|---|
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination ) : void |
Process the filter on the specified image.
|
public ImageWarp ( IntPoint warpMap ) : System | ||
warpMap | IntPoint | Map used for warping images (see |
Результат | System |
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination ) : void | ||
source | UnmanagedImage | Source image data. |
destination | UnmanagedImage | Destination image data. |
Результат | void |