Click or drag to resize

DrawingBaseGetParallalPoint Method

Gets the parallal points from a line

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected Point GetParallalPoint(
	Point point1,
	Point point2,
	Point point3
)

Parameters

point1  Point
point2  Point
point3  Point

Return Value

Point
See Also