DWRectangle ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDWRectangle

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/settings/common")]
public class DWRectangle

The DWRectangle type exposes the following members.

Constructors

  NameDescription
Public methodDWRectangle
Initializes a new instance of the DWRectangle class
Top
Properties

  NameDescription
Public propertyHeight
The height of the rectangle in coordinates.
Public propertyLeft
The left coordinate of the rectangle.
Public propertyTop
The top coordinate of the rectangle.
Public propertyWidth
The width of the rectangle in coordinates.
Top
Remarks

See Also

Reference