Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Triangulation Namespace / PictureData<T> Class / Pixels Property

In This Topic
    Pixels Property (PictureData<T>)
    In This Topic
    Gets the pixels data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pixels As T(,)
    public T[,] Pixels {get;}
    See Also