메소드 | 설명 | |
---|---|---|
Merge ( ) : System |
Initializes a new instance of the Merge class
|
|
Merge ( |
Initializes a new instance of the Merge class.
|
|
Merge ( UnmanagedImage unmanagedOverlayImage ) : System |
Initializes a new instance of the Merge class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
메소드 | 설명 | |
---|---|---|
InitFormatTranslations ( ) : void |
public Merge ( |
||
overlayImage | Overlay image. | |
리턴 | System |
public Merge ( UnmanagedImage unmanagedOverlayImage ) : System | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
리턴 | System |
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
리턴 | void |