Skip to main content
A newer version of this page is available. .

CartesianPoint.Offset(Double, Double) Method

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

Namespace: DevExpress.Xpf.Map

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

Declaration

public override CoordPoint Offset(
    double offsetX,
    double offsetY
)

Parameters

Name Type Description
offsetX Double

A Double value specifying an X coordinate offset.

offsetY Double

A Double value specifying an Y coordinate offset.

Returns

Type Description
CoordPoint

A CartesianPoint object, which is the offset initial point.

See Also