Skip to main content

GeoPoint.Offset(Double, Double) Method

Initializes an instance of a CoordPoint class descendant object offset by the specified values.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public override CoordPoint Offset(
    double offsetX,
    double offsetY
)

Parameters

Name Type Description
offsetX Double

A Double value specifying the X coordinate offset.

offsetY Double

A Double value specifying the Y coordinate offset.

Returns

Type Description
CoordPoint

A CoordPoint class descendant object.

See Also