Click or drag to resize

Location Constructor

Overload List
  NameDescription
Public methodLocation(Point)
Initializes a new instance of the Location struct, including its x- and y-coordinate from the given point.
Public methodLocation(Location)
Initializes a new instance of the Location struct, initializing its coordinates from the given location.
Public methodLocation(Double, Double, NullableDouble)
Initializes a new instance of the Location struct, initializing it with the given coordinates.
Top
See Also