Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public override CoordPoint Offset(
Double offsetX,
Double offsetY
)
|
VB |
Overrides Public Function Offset(
ByVal offsetX As Double,
ByVal offsetY As Double
) As CoordPoint
|
Parameters
-
offsetX
-
Type: Double
A System.Double value specifying an X coordinate offset.
-
offsetY
-
Type: Double
A System.Double value specifying an Y coordinate offset.
Return value
Type:
CoordPoint
A CartesianPoint object, which is the offset initial point.

See Also