Share via


PositionOrigin Constructor (Double, Double)

 

Initializes a new instance of the PositionOrigin class.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public PositionOrigin(
    double horizontalOrigin,
    double verticalOrigin
)
public:
PositionOrigin(
    double horizontalOrigin,
    double verticalOrigin
)
new : 
        horizontalOrigin:float *
        verticalOrigin:float -> PositionOrigin
Public Sub New (
    horizontalOrigin As Double,
    verticalOrigin As Double
)

Parameters

  • horizontalOrigin
    Type: System.Double

    The position of the origin along the x-axis.

  • verticalOrigin
    Type: System.Double

    The position of the origin along the y-axis.

See Also

PositionOrigin Structure
Microsoft.Maps.MapControl.WPF Namespace

Return to top