Click or drag to resize
DWPoint Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDWPoint

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/settings/common")]
public class DWPoint

The DWPoint type exposes the following members.

Constructors
  NameDescription
Public methodDWPoint
Initializes a new instance of the DWPoint class
Top
Properties
  NameDescription
Public propertyX
The horizontal position in coordinates.
Public propertyY
The vertical position in coordinates.
Top
Remarks