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

<default>

firstOnly
bool

<default>

rgbValues
byte[]

The false-colors rgb image

bpp
int

<default>

stride
int

<default>

Return Value

int[]

The list indices

.NET Framework

Supported in: 4.8

In this article

Definition