Eyeshot 9.0 WinForms API Reference
GetRGBForSelection Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : GetRGBForSelection Method
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

Reference

RenderContextBase Class
RenderContextBase Members