Struct IntPoint
Namespace: ExtrasClipperLib
Syntax
public struct IntPoint
Constructors
IntPoint(IntPoint)
Declaration
public IntPoint(IntPoint pt)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPoint | pt |
IntPoint(Double, Double)
Declaration
public IntPoint(double x, double y)
Parameters
| Type | Name | Description |
|---|---|---|
| Double | x | |
| Double | y |
IntPoint(Int64, Int64)
Declaration
public IntPoint(long X, long Y)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | X | |
| Int64 | Y |
Fields
X
Declaration
public long X
Field Value
| Type | Description |
|---|---|
| Int64 |
Y
Declaration
public long Y
Field Value
| Type | Description |
|---|---|
| Int64 |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| Int32 |
Overrides
Operators
Equality(IntPoint, IntPoint)
Declaration
public static bool operator ==(IntPoint a, IntPoint b)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPoint | a | |
| IntPoint | b |
Returns
| Type | Description |
|---|---|
| Boolean |
Inequality(IntPoint, IntPoint)
Declaration
public static bool operator !=(IntPoint a, IntPoint b)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPoint | a | |
| IntPoint | b |
Returns
| Type | Description |
|---|---|
| Boolean |