RenderContextBase.SetRGB Method

Protected MustOverride Sub SetRGB( _ 
ByVal r As Byte, _ 
ByVal g As Byte, _ 
ByVal b As Byte
)
This language is not supported or no code example is available.
protected abstract void SetRGB( 
byte r
byte g
byte b 
)
This language is not supported or no code example is available.

Parameters

r
byte

g
byte

b
byte

.NET Framework

Supported in: 4.8

In this article

Definition