Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetRGBA Method / SetRGBA(Single[]) Method

In This Topic
    SetRGBA(Single[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Sub SetRGBA( _
       ByVal rgba() As Single _
    ) 
    protected abstract void SetRGBA( 
       float[] rgba
    )

    Parameters

    rgba
    See Also