Struct DoublePoint
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ClipperLib
Assembly: Oasys.Common.dll
Syntax
public struct DoublePoint
Constructors
DoublePoint(DoublePoint)
Declaration
public DoublePoint(DoublePoint dp)
Parameters
Type | Name | Description |
---|---|---|
DoublePoint | dp |
DoublePoint(IntPoint)
Declaration
public DoublePoint(IntPoint ip)
Parameters
Type | Name | Description |
---|---|---|
IntPoint | ip |
DoublePoint(Double, Double)
Declaration
public DoublePoint(double x = 0, double y = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y |
Fields
X
Declaration
public double X
Field Value
Type | Description |
---|---|
System.Double |
Y
Declaration
public double Y
Field Value
Type | Description |
---|---|
System.Double |