Click or drag to resize

PointHelper Class

A collection of helper methods for working with Point and related types.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GeometryPointHelper

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class PointHelper

The PointHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLocationPointService(IServiceProvider)
Gets the ILocationPointService provided by an object.
Public methodStatic memberGetLocationPointService(IServiceProvider, String)
Gets the ILocationPointService provided by an object.
Public methodStatic memberGetOptionalLocationPointService
Gets the ILocationPointService provided by an object, or if the service does not exist.
Public methodStatic memberGetPoint(IServiceProvider)
Gets the Point from the ILocationPointService provided by an object.
Public methodStatic memberGetPoint(IServiceProvider, String)
Gets the Point from the ILocationPointService provided by an object.
Top
See Also