IGuiFactoryServiceGetScreenInformation Method |
Retrieves information about a screen area.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax RectangleD2D GetScreenInformation(
double virtual_x,
double virtual_y
)
Parameters
- virtual_x Double
- The virtual screen x coordinate of the point on the virtual screen.
- virtual_y Double
- The virtual screen x coordinate of the point on the virtual screen.
Return Value
RectangleD2DTrue if the function has successfully retrieved information, false otherwise.
See Also