The following members of QML type SceneView are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- sceneHeight : int
(obsolete)
- sceneWidth : int
(obsolete)
Signals
- sceneHeightChanged()
(obsolete)
- sceneWidthChanged()
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The height of the scene in physical pixels.
This function is deprecated in 100.2.1. Use widthInPixels instead.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The width of the scene in physical pixels.
This function is deprecated in 100.2.1. Use widthInPixels instead.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the sceneHeight property changes.
Note: The corresponding handler is onSceneHeightChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.4.
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the sceneWidth property changes.
Note: The corresponding handler is onSceneWidthChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.4.