Share via


GeographyPipeline.LineTo(GeographyPosition) Method

Definition

Draws a point in the specified coordinate.

public abstract void LineTo (Microsoft.Spatial.GeographyPosition position);
abstract member LineTo : Microsoft.Spatial.GeographyPosition -> unit
Public MustOverride Sub LineTo (position As GeographyPosition)

Parameters

position
GeographyPosition

The position of the line.

Applies to