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