22. High-level API Reference
www.yoctopuce.com
249
YDisplay
display
→
get_displayLayer()
display
→
displayLayer()
Returns a YDisplayLayer object that can be used to draw on the specified layer.
js
function get_displayLayer(
layerId
)
cpp
YDisplayLayer* get_displayLayer( unsigned
layerId
)
m
-(YDisplayLayer*) displayLayer : (unsigned)
layerId
pas
function get_displayLayer(
layerId
: integer): TYDisplayLayer
vb
function get_displayLayer( ) As YDisplayLayer
cs
YDisplayLayer get_displayLayer( int
layerId
)
java
YDisplayLayer get_displayLayer( int
layerId
)
py
def get_displayLayer(
layerId
)
php
function get_displayLayer(
$layerId
)
es
function get_displayLayer(
layerId
)
The content is displayed only when the layer is active on the screen (and not masked by other
overlapping layers).
Parameters :
layerId
the identifier of the layer (a number in range 0..layerCount-1)
Returns :
an
YDisplayLayer
object
On failure, throws an exception or returns
null
.
Содержание Yocto-Display
Страница 1: ...Yocto Display User Manual...
Страница 2: ......
Страница 40: ...34 www yoctopuce com...
Страница 52: ...46 www yoctopuce com...
Страница 84: ...78 www yoctopuce com...
Страница 92: ...86 www yoctopuce com...
Страница 130: ...124 www yoctopuce com...
Страница 158: ...22 High level API Reference 152 www yoctopuce com On failure throws an exception or returns a negative error code...
Страница 422: ...416 www yoctopuce com...
Страница 424: ...24 Characteristics 418 www yoctopuce com...