'Declaration Public Overloads Shared Sub Blend( _ ByVal page As ImGearRasterPage, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal pageToBlendWith As ImGearRasterPage, _ ByVal weight As Double _ )
'Usage Dim page As ImGearRasterPage Dim left As Integer Dim top As Integer Dim pageToBlendWith As ImGearRasterPage Dim weight As Double ImGearRasterProcessing.Blend(page, left, top, pageToBlendWith, weight)
public static void Blend( ImGearRasterPage page, int left, int top, ImGearRasterPage pageToBlendWith, double weight )
public: static void Blend( ImGearRasterPage* page, int left, int top, ImGearRasterPage* pageToBlendWith, double weight )
public: static void Blend( ImGearRasterPage^ page, int left, int top, ImGearRasterPage^ pageToBlendWith, double weight )
Parameters
- page
- Page to process.
- left
- Left margin of blended image.
- top
- Top margin of blended image.
- pageToBlendWith
- Image to blend with page.
- weight
- A value from 0 to 100 defining the % weight of the pageToBlendWith image to be blended.