Line Class
Represents line.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Drawing
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Line : Shape

The Line type exposes the following members.

Constructors
  NameDescription
Public methodLine
Initializes a new instance of the Line class.
Properties
  NameDescription
Public propertyGraphInfo
Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
(Inherited from Shape.)
Public propertyPositionArray
Gets or sets a PositionArray object that indicates the position array.The array is composed by coordinates of each control point of the line. directly.
Public propertyText
Gets or sets a text for shape
(Inherited from Shape.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also