Method | Description | |
---|---|---|
Shrink ( ) : System |
Initializes a new instance of the Shrink class.
|
|
Shrink ( Color colorToRemove ) : System |
Initializes a new instance of the Shrink class.
|
Method | Description | |
---|---|---|
CalculateNewImageSize ( UnmanagedImage sourceData ) : |
Calculates new image size.
|
|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : |
||
sourceData | UnmanagedImage | Source image data. |
return |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |
public Shrink ( Color colorToRemove ) : System | ||
colorToRemove | Color | Color to remove from boundaries. |
return | System |