DrawingBaseIsLineVisibleOnScreen Method |
Checks if the line is displayed on the view
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntaxprotected 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