Struct IntPoint
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Oasys.Common.dll
Syntax
Constructors
IntPoint(IntPoint)
Declaration
public IntPoint(IntPoint pt)
Parameters
IntPoint(Double, Double)
Declaration
public IntPoint(double x, double y)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
IntPoint(Int64, Int64)
Declaration
public IntPoint(long X, long Y)
Parameters
Type |
Name |
Description |
System.Int64 |
X |
|
System.Int64 |
Y |
|
Fields
X
Declaration
Field Value
Type |
Description |
System.Int64 |
|
Y
Declaration
Field Value
Type |
Description |
System.Int64 |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(IntPoint, IntPoint)
Declaration
public static bool operator ==(IntPoint a, IntPoint b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(IntPoint, IntPoint)
Declaration
public static bool operator !=(IntPoint a, IntPoint b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods