Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / TextureBase Class / BitmapFromColors Method

In This Topic
    BitmapFromColors Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Shared Function BitmapFromColors( _
       ByVal colorTable() As Color _
    ) As Bitmap
    protected internal static Bitmap BitmapFromColors( 
       Color[] colorTable
    )

    Parameters

    colorTable
    See Also