Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / TextureMosaic Class / TextureMosaic Constructor

In This Topic
    TextureMosaic Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal context As RenderContextBase, _
       ByVal nRows As Integer, _
       ByVal nColumns As Integer, _
       ByVal images() As Bitmap _
    )
    public TextureMosaic( 
       RenderContextBase context,
       int nRows,
       int nColumns,
       Bitmap[] images
    )

    Parameters

    context
    nRows
    nColumns
    images
    See Also