Struct IntPoint
Namespace: ExtrasClipperLib
Syntax
public struct IntPoint
Constructors
IntPoint(IntPoint)
Declaration
public IntPoint(IntPoint pt)
Parameters
Type | Name | Description |
---|---|---|
IntPoint | pt |
IntPoint(Int64, Int64)
Declaration
public IntPoint(Int64 X, Int64 Y)
Parameters
Type | Name | Description |
---|---|---|
Int64 | X | |
Int64 | Y |
IntPoint(Double, Double)
Declaration
public IntPoint(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
Double | x | |
Double | y |
Fields
X
Declaration
public Int64 X
Field Value
Type | Description |
---|---|
Int64 |
Y
Declaration
public Int64 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 |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
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 |