Class Offset
Assembly: Mapsui.dll
Syntax
Constructors
|
Edit this page
View Source
Offset()
Declaration
|
Edit this page
View Source
Offset(MPoint)
Declaration
public Offset(MPoint point)
Parameters
| Type |
Name |
Description |
| MPoint |
point |
|
|
Edit this page
View Source
Offset(Offset)
Declaration
public Offset(Offset offset)
Parameters
| Type |
Name |
Description |
| Offset |
offset |
|
|
Edit this page
View Source
Offset(double, double)
Declaration
public Offset(double x, double y)
Parameters
Properties
|
Edit this page
View Source
X
Declaration
public double X { get; set; }
Property Value
|
Edit this page
View Source
Y
Declaration
public double Y { get; set; }
Property Value
Methods
|
Edit this page
View Source
Combine(Offset)
Declaration
public Offset Combine(Offset offset)
Parameters
| Type |
Name |
Description |
| Offset |
offset |
|
Returns
|
Edit this page
View Source
Equals(Offset?)
Declaration
public bool Equals(Offset? offset)
Parameters
| Type |
Name |
Description |
| Offset |
offset |
|
Returns
|
Edit this page
View Source
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
The object to compare with the current object.
|
Returns
| Type |
Description |
| bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
|
Edit this page
View Source
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| int |
A hash code for the current object.
|
Overrides
|
Edit this page
View Source
ToPoint()
Declaration
Returns
Operators
|
Edit this page
View Source
operator ==(Offset?, Offset?)
Declaration
public static bool operator ==(Offset? offset1, Offset? offset2)
Parameters
Returns
|
Edit this page
View Source
operator !=(Offset?, Offset?)
Declaration
public static bool operator !=(Offset? offset1, Offset? offset2)
Parameters
Returns
Extension Methods