VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayCommand Class / OverlayCommand Constructors / OverlayCommand Constructor(VintasoftImage,Point)
Syntax Remarks Requirements SeeAlso
In This Topic
OverlayCommand Constructor(VintasoftImage,Point)
In This Topic
Initializes a new instance of the OverlayCommand class.
Syntax
'Declaration

Public Function New( _
ByVal overlayImage
Image ("top image") that should be overlaid on top of the source image.
As Vintasoft.Imaging.VintasoftImage, _
ByVal position
Start position of the top image in the source image.
As System.Drawing.Point _
)

Parameters

overlayImage
Image ("top image") that should be overlaid on top of the source image.
position
Start position of the top image in the source image.
Remarks

The top image will be always converted to the pixel format of the bottom image.
Palette of the bottom image will be used if bottom image is a palette image.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also