Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / GetRGBForSelection Method

In This Topic
    GetRGBForSelection Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub GetRGBForSelection( _
       ByVal currentEntityId As Integer, _
       ByRef r As Byte, _
       ByRef g As Byte, _
       ByRef b As Byte _
    ) 
    public void GetRGBForSelection( 
       int currentEntityId,
       out byte r,
       out byte g,
       out byte b
    )

    Parameters

    currentEntityId
    r
    g
    b
    See Also