PositionOrigin Constructor (Double, Double)

Bing
 

Initializes a new instance of the PositionOrigin class.

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

new : 
        horizontalOrigin:float *
        verticalOrigin:float -> PositionOrigin

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.

Return to top
Show: