Click or drag to resize

IGuiFactoryServiceGetScreenInformation Method

Retrieves information about a screen area.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

RectangleD2D
True if the function has successfully retrieved information, false otherwise.
See Also