Method | Description | |
---|---|---|
ApplyMask ( |
Initializes a new instance of the ApplyMask class.
|
|
ApplyMask ( UnmanagedImage unmanagedMaskImage ) : System |
Initializes a new instance of the ApplyMask class.
|
|
ApplyMask ( byte mask ) : System |
Initializes a new instance of the ApplyMask class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
ApplyMask ( ) : System | ||
ProcessImage ( UnmanagedImage image, |
public ApplyMask ( |
||
maskImage | ||
return | System |
public ApplyMask ( UnmanagedImage unmanagedMaskImage ) : System | ||
unmanagedMaskImage | UnmanagedImage | |
return | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |