RenderContextBase.GetEntityIndicesFromBmp Method

Gets the entity indices from a false-colors rgb image.
Public Function GetEntityIndicesFromBmp( _ 
ByVal selectionBox As Rectangle, _ 
ByVal firstOnly As Boolean, _ 
ByVal rgbValues As Byte(), _ 
ByVal bpp As Integer, _ 
ByVal stride As Integer
) As Integer()
This language is not supported or no code example is available.
public int[] GetEntityIndicesFromBmp( 
Rectangle selectionBox
bool firstOnly
byte[] rgbValues
int bpp
int stride 
)
This language is not supported or no code example is available.

Parameters

selectionBox
Rectangle

firstOnly
bool

rgbValues
byte[]

The false-colors rgb image

bpp
int

stride
int

Return Value

int[]

The list indices

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition