FZ_FormBase.ImageUpdate

Updates image logging

Public Shared Function ImageUpdate( _
) As Integer

Parameters
None.

Return Value
Returns 0 when image logging is successfully updated.
Otherwise returns a non-zero value.

Description
Image input/conversion processing related to image input/conversion in the scene is executed, and the image is input from the camera again.
It is the one having aimed to use it by the usage in which the image is input from the camera again on a set screen etc. of the processing item and the display of the image is updated.

Example
    Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click

        ' Updates image logging
        ImageUpdate()

    End Sub