IGuiFactoryServiceGetScreenInformation Method | 
            Retrieves information about a screen area.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
SyntaxRectangleD2D 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