Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / SetImages Method
The array containing the images for each face (Front, Back, Top, Bottom, Left, Right), can be null/Nothing.

In This Topic
    SetImages Method
    In This Topic
    Sets the images for all the faces.
    Syntax
    'Declaration
     
    Public Sub SetImages( _
       ByVal images() As Image _
    ) 
    public void SetImages( 
       Image[] images
    )

    Parameters

    images
    The array containing the images for each face (Front, Back, Top, Bottom, Left, Right), can be null/Nothing.
    Remarks
    If the input array is null/Nothing then all the images will be set to null/Nothing, otherwise it must contain 6 elements. Each element of the array can be null/Nothing.
    See Also