Click or drag to resize
DWRectangle Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDWRectangle

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/settings/common")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = true)]
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