VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / DrawImageCommand Class / OverlayImage Property
Syntax Requirements SeeAlso
In This Topic
OverlayImage Property (DrawImageCommand)
In This Topic
Gets or sets the image that should be drawn on the source image.
Syntax
'Declaration

<DescriptionAttribute("The image that should be drawn on the source image.")>
<DefaultValueAttribute(null)>
Public Property OverlayImage As Vintasoft.Imaging.VintasoftImage

[Description("The image that should be drawn on the source image.")]
[DefaultValue(null)]
public Vintasoft.Imaging.VintasoftImage OverlayImage { get; set; }

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