Click or drag to resize

SvgLineSegment Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgLineSegment class

Namespace:  Svg.Pathing
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgLineSegment(
	PointF start,
	PointF end
)
Request Example View Source

Parameters

start
Type: System.DrawingPointF
end
Type: System.DrawingPointF
See Also