Method | Description | |
---|---|---|
ImageWarp ( IntPoint warpMap ) : System |
Initializes a new instance of the ImageWarp class.
|
Method | Description | |
---|---|---|
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 |
return | System |
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination ) : void | ||
source | UnmanagedImage | Source image data. |
destination | UnmanagedImage | Destination image data. |
return | void |