RenderContextBase.GetRGBForSelection Method

Public Sub GetRGBForSelection( _ 
ByVal currentEntityId As Integer, _ 
ByRef r As Byte, _ 
ByRef g As Byte, _ 
ByRef b As Byte
)
This language is not supported or no code example is available.
public void GetRGBForSelection( 
int currentEntityId
out byte r
out byte g
out byte b 
)
This language is not supported or no code example is available.

Parameters

currentEntityId
int

r
byte

g
byte

b
byte

.NET Framework

Supported in: 4.8

In this article

Definition