Method | Description | |
---|---|---|
ExtractChannel ( ) : System |
Initializes a new instance of the ExtractChannel class.
|
|
ExtractChannel ( short channel ) : System |
Initializes a new instance of the ExtractChannel class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
public ExtractChannel ( short channel ) : System | ||
channel | short | ARGB channel to extract. |
return | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |