Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
Метод | Описание | |
---|---|---|
ApplyMask ( ) : System | ||
ProcessImage ( UnmanagedImage image, |
public ApplyMask ( |
||
maskImage | ||
Результат | System |
public ApplyMask ( UnmanagedImage unmanagedMaskImage ) : System | ||
unmanagedMaskImage | UnmanagedImage | |
Результат | System |
public ApplyMask ( byte mask ) : System | ||
mask | byte | |
Результат | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
Результат | void |