Click or drag to resize

Location Constructor (Point)

Initializes a new instance of the Location struct, including its x- and y-coordinate from the given point.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public Location(
	Point p
)

Parameters

p
Type: System.WindowsPoint
Point to initialize the location with.
Remarks
The z-coordinate keeps its default value, which is null.
See Also