'Declaration Public Overloads Shared Sub Merge( _ ByVal page As ImGearRasterPage, _ ByVal pageToMergeWith As ImGearRasterPage, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal mode As ImGearMergeModes _ )
'Usage Dim page As ImGearRasterPage Dim pageToMergeWith As ImGearRasterPage Dim left As Integer Dim top As Integer Dim mode As ImGearMergeModes ImGearRasterProcessing.Merge(page, pageToMergeWith, left, top, mode)
public static void Merge( ImGearRasterPage page, ImGearRasterPage pageToMergeWith, int left, int top, ImGearMergeModes mode )
public: static void Merge( ImGearRasterPage* page, ImGearRasterPage* pageToMergeWith, int left, int top, ImGearMergeModes mode )
public: static void Merge( ImGearRasterPage^ page, ImGearRasterPage^ pageToMergeWith, int left, int top, ImGearMergeModes mode )
Parameters
- page
- First image to merge. It will contain result image after merging.
- pageToMergeWith
- Second image to merge.
- left
- Left position of the source image on the destination one.
- top
- Top position of the source image on the destination one.
- mode
- Merge mode constant. See ImGearMergeModes enumeration.