Update Starting and ending point coordinates to not overlay associated area of type SizeF

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public static void ClipLinePoint(
	ref PointF p1,
	ref PointF p2,
	SizeF s1,
	SizeF s2
)
Visual Basic (Declaration)
Public Shared Sub ClipLinePoint ( _
	ByRef p1 As PointF, _
	ByRef p2 As PointF, _
	s1 As SizeF, _
	s2 As SizeF _
)
Visual C++
public:
static void ClipLinePoint(
	PointF% p1, 
	PointF% p2, 
	SizeF s1, 
	SizeF s2
)

Parameters

p1
Type: System.Drawing..::.PointF %
Starting PointF of line
p2
Type: System.Drawing..::.PointF %
End PointF of line
s1
Type: System.Drawing..::.SizeF
SizeF of starting point
s2
Type: System.Drawing..::.SizeF
SizeF of end point

See Also