Click or drag to resize

DrawingBaseIsLineVisibleOnScreen Method

Checks if the line is displayed on the view

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
protected bool IsLineVisibleOnScreen(
	ChartVisualArgs args,
	Point start,
	Point end
)

Parameters

args  ChartVisualArgs
ChartVisualArgs
start  Point
Start point of the line
end  Point
End point of the line

Return Value

Boolean
See Also