Click or drag to resize

Line Constructor (Point, Point, Int32)

Creates a new instance of Line specifying the start point, end point, and thickness.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Line(
	Point startpoint,
	Point endpoint,
	int thickness
)

Parameters

startpoint
Type: System.DrawingPoint
start point of the line relative to the image
endpoint
Type: System.DrawingPoint
end point of the line relative to the image
thickness
Type: SystemInt32
the thickness of the line in pixels
See Also