Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
InitFormatTranslations ( ) : void |
public Multiply ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Multiply ( |
||
overlayImage | Overlay image | |
return | System.Collections.Generic |
public Multiply ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
return | System.Collections.Generic |
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
return | void |