Метод | Описание | |
---|---|---|
Multiply ( ) : System.Collections.Generic |
Initializes a new instance of the Multiply class.
|
|
Multiply ( |
Initializes a new instance of the Multiply class.
|
|
Multiply ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic |
Initializes a new instance of the Multiply class.
|
Метод | Описание | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
Метод | Описание | |
---|---|---|
InitFormatTranslations ( ) : void |
public Multiply ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Multiply ( |
||
overlayImage | Overlay image | |
Результат | System.Collections.Generic |
public Multiply ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
Результат | System.Collections.Generic |
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
Результат | void |