PointHelperGetPoint Method (IServiceProvider) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Point GetPoint(
IServiceProvider provider
)
Public Shared Function GetPoint (
provider As IServiceProvider
) As Point
public:
static Point^ GetPoint(
IServiceProvider^ provider
)
static member GetPoint :
provider : IServiceProvider -> Point
Parameters
- provider
- Type: SystemIServiceProvider
The object from which to obtain the ILocationPointService service.
Return Value
Type:
PointThe
Point from the
ILocationPointService.
Exceptions See Also