Method | Description | |
---|---|---|
Add ( ) : System |
Initializes a new instance of the Add class.
|
|
Add ( |
Initializes a new instance of the Add class.
|
|
Add ( UnmanagedImage unmanagedOverlayImage ) : System |
Initializes a new instance of the Add class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
InitFormatTranslations ( ) : void |
public Add ( |
||
overlayImage | Overlay image. | |
return | System |
public Add ( UnmanagedImage unmanagedOverlayImage ) : System | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
return | System |
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
return | void |