Table of Contents

Method GraphSpaceToScreen

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GraphSpaceToScreen(PointF)

Calculates the screen location for a given point in graph space. Bear in mind these be off screen

public Point GraphSpaceToScreen(PointF location)

Parameters

location PointF

Point in graph space that may or may not be represented in the visible area of graph currently presented. E.g. 0,0 for origin

Returns

Point

Screen position (Column/Row) which would be used to render the graph location. Note that this can be outside the current client area of the control