Click or drag to resize
LineEntry Class
Line/Arrow annotation
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class LineEntry : EntryBase

The LineEntry type exposes the following members.

Constructors
  NameDescription
Public methodLineEntry
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyArrow
Define a line with arror.
Public propertyFrom
Start point of the line.
Public propertyTo
End point of the line.
Top
Extension Methods
  NameDescription
Public Extension MethodToRectangle
Gets the bounding box from the specified entry.
(Defined by SchemaExtensions.)
Top
Remarks