Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / GetEntityIndicesFromBmp Method
The false-colors rgb image

In This Topic
    GetEntityIndicesFromBmp Method
    In This Topic
    Gets the entity indices from a false-colors rgb image.
    Syntax
    'Declaration
     
    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()
    public int[] GetEntityIndicesFromBmp( 
       Rectangle selectionBox,
       bool firstOnly,
       byte[] rgbValues,
       int bpp,
       int stride
    )

    Parameters

    selectionBox
    firstOnly
    rgbValues
    The false-colors rgb image
    bpp
    stride

    Return Value

    The list indices
    See Also