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
Syntaxpublic Location(
	Point p
)
Public Sub New ( 
	p As Point
)
public:
Location(
	Point p
)
new : 
        p : Point -> LocationParameters
- p
 - Type: System.WindowsPoint
Point to initialize the location with. 
RemarksThe z-coordinate keeps its default value, which is null.
See Also