VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftControl Class / EndInit Methods / EndInit(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    EndInit(Boolean) Method (VintasoftControl)
    In This Topic
    Signals the object that initialization is complete.
    Syntax
    'Declaration
    
    Public Overloads Function EndInit( _
    ByVal needInvalidate
    A value indicating whether the Invalidate method must be called if necessary.
    As Boolean _
    ) As Boolean
    public bool EndInit(
    bool needInvalidate
    )
    public: bool EndInit(
    bool needInvalidate
    )
    public:
    bool EndInit(
    bool needInvalidate
    )

    Parameters

    needInvalidate
    A value indicating whether the Invalidate method must be called if necessary.

    Return Value

    True - the Invalidate method was called or call is not necessary; false - the Invalidate method must be called but not called.
    Requirements

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

    See Also