The result of converting a scene location to a screen point. More...
| Header | #include <Location |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Location | |
| Location | |
| Location | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| bool | is |
| QPoint | screen |
| Esri | visibility() const |
Detailed Description
A screen point result is the x/y screen position where the x/y/z scene location would appear, and whether the x/y/z position is visible, off the screen, or hidden from the camera by objects in the scene.
Member Function Documentation
LocationToScreenResult::LocationToScreenResult (Esri::ArcGISRuntime::LocationToScreenResult &&other)
Move constructor from other LocationToScreenResult.
LocationToScreenResult::LocationToScreenResult (const Esri::ArcGISRuntime::LocationToScreenResult &other)
Copy constructor from other LocationToScreenResult.
LocationToScreenResult::LocationToScreenResult ()
Default constructor.
Warning: This is for convenience only and will construct an empty object.
Esri::ArcGISRuntime::LocationToScreenResult &LocationToScreenResult::operator=(Esri::ArcGISRuntime::LocationToScreenResult &&other)
Move operator from other LocationToScreenResult.
Esri::ArcGISRuntime::LocationToScreenResult &LocationToScreenResult::operator=(const Esri::ArcGISRuntime::LocationToScreenResult &other)
Assignment operator from other LocationToScreenResult.
LocationToScreenResult::~LocationToScreenResult ()
Destructor.
bool LocationToScreenResult::isEmpty () const
Returns true if this LocationToScreenResult is empty.
QPointF LocationToScreenResult::screenPoint () const
Returns the screen point of the result.
Esri::ArcGISRuntime::SceneLocationVisibility LocationToScreenResult::visibility() const
Returns the SceneLocationVisibility of the result.