Method | Description | |
---|---|---|
ResizeBicubic ( int newWidth, int newHeight ) : System |
Initializes a new instance of the ResizeBicubic class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |
public ResizeBicubic ( int newWidth, int newHeight ) : System | ||
newWidth | int | Width of new image. |
newHeight | int | Height of new image. |
return | System |