VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / Reload Methods / Reload(Rectangle) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Reload(Rectangle) Method (VintasoftImage)
    In This Topic
    Reloads the VintasoftImage from the source.
    Syntax
    'Declaration
    
    Public Overloads Function Reload( _
    ByVal changedRect
    A changed rectangle on image.
    As System.Drawing.Rectangle _
    ) As Boolean

    Parameters

    changedRect
    A changed rectangle on image.

    Return Value

    True if image is successfully reloaded;
    false if image is not reloaded (changedRect is empty AND (image is raster image OR image is cached)).
    Exceptions
    ExceptionDescription
    Thrown if IsImageDataLocked is set to true.
    Thrown if image is locked.
    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