Click or drag to resize

AreaRetrievalGetAreaType Method

Creates area information from worksheet coordinates.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AreaInfo GetAreaType(
	double positionX,
	double positionY,
	WorksheetLayout layout,
	int HorzScrollPos,
	int VertScrollPos
)

Parameters

positionX  Double
The horizontal position value.
positionY  Double
The vertical position value.
layout  WorksheetLayout
The worksheet area.
HorzScrollPos  Int32
Value of the horizontal scroll bar.
VertScrollPos  Int32
Value of the vertical scroll bar.

Return Value

AreaInfo
The area information for the specified position.
See Also