Struct Coords
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: editdocuments
Assembly: editdocuments.dll
Syntax
public struct Coords
Constructors
| Improve this Doc View SourceCoords(Double, Double)
Declaration
public Coords(double x, double y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | x | |
| System.Double | y |
Properties
| Improve this Doc View SourceX
Declaration
public double X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Y
Declaration
public double Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |