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.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class LineEntry : EntryBase

The LineEntry type exposes the following members.

Constructors
  NameDescription
Public methodLineEntry
Creates a new instance of this class
Top
Extension Methods
  NameDescription
Public Extension MethodToRectangle
Gets the bounding box from the specified entry.
(Defined by SchemaExtensions.)
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
Remarks