VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Ico Namespace / IconPage Class / RenderImage(VintasoftImage,VintasoftImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    RenderImage(VintasoftImage,VintasoftImage) Method (IconPage)
    In This Topic
    Combines specified source image with specified mask image and returns the result image.
    Syntax
    Exceptions
    ExceptionDescription
    Thrown if one of the arguments is null.
    Thrown if maskImage is not 1 bpp.
    Thrown if sourceImage and maskImage has different size.
    Requirements

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

    See Also