Eyeshot 10 WinForms API Reference
SetRGB Method (RenderContextBase)

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : SetRGB Method
Syntax
'Declaration
 
Protected MustOverride Sub SetRGB( _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte _
) 
protected abstract void SetRGB( 
   byte r,
   byte g,
   byte b
)

Parameters

r
g
b
See Also

Reference

RenderContextBase Class
RenderContextBase Members