Method | Description | |
---|---|---|
ResizeBilinear ( int newWidth, int newHeight ) : System |
Initializes a new instance of the ResizeBilinear 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 ResizeBilinear ( int newWidth, int newHeight ) : System | ||
newWidth | int | Width of the new image. |
newHeight | int | Height of the new image. |
return | System |