Click or drag to resize

Line Class

Represents a single line in an image.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.ImageProcessing.DocumentLine

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
[SerializableAttribute]
public class Line : ISerializable, ICloneable

The Line type exposes the following members.

Constructors
  NameDescription
Public methodLine
Creates a new instance of Line.
Public methodLine(SerializationInfo, StreamingContext)
Initializes a new instance of the Line class
Public methodLine(Point, Point, Int32)
Creates a new instance of Line specifying the start point, end point, and thickness.
Top
Properties
  NameDescription
Public propertyEndpoint
Gets or sets the end point of the line relative to the image.
Public propertyStartpoint
Gets or sets the start point of the line relative to the image.
Public propertyThickness
Gets or sets the thickness of the line in pixels.
Top
Methods
  NameDescription
Public methodClone
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetClonedObject
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Top
See Also