Click or drag to resize

Line Class

Represents a line
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.CommonWindowlessComponent
              Easymap.AddIn.ElementsLine

Namespace: Easymap.AddIn.Elements
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class Line : WindowlessComponent

The Line type exposes the following members.

Properties
 NameDescription
Public propertyAngle Angle in degrees
Public propertyEndCap Style of the end point
Public propertyEndPoint End point of the line
Public propertyStartCap Style of the start point
Public propertyStartPoint Start point of the line
Top
Remarks
Use the StartCap, EndCap, StartPoint, EndPoint and Fill properties to modify the display style.
See Also