AreaRetrievalGetAreaType Method |
Creates area information from worksheet coordinates.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
AreaInfoThe area information for the specified position.
See Also