SqlGeometryBuilder.AddLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddLine(Double, Double) |
Constructs additional points in a geometry type figure. |
AddLine(Double, Double, Nullable<Double>, Nullable<Double>) |
Constructs additional points in the call sequence for a geometry type. |
AddLine(Double, Double)
Constructs additional points in a geometry type figure.
public void AddLine (double x, double y);
member this.AddLine : double * double -> unit
Public Sub AddLine (x As Double, y As Double)
Parameters
- x
- Double
A double that specifies the x-coordinate of a point in a geometry figure.
- y
- Double
A double that specifies the y-coordinate of a point in a geometry figure.
Applies to
AddLine(Double, Double, Nullable<Double>, Nullable<Double>)
Constructs additional points in the call sequence for a geometry type.
public virtual void AddLine (double x, double y, double? z, double? m);
abstract member AddLine : double * double * Nullable<double> * Nullable<double> -> unit
override this.AddLine : double * double * Nullable<double> * Nullable<double> -> unit
Public Overridable Sub AddLine (x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double))
Parameters
- x
- Double
A double that specifies the x-coordinate of a point in a geometry figure.
- y
- Double
A double that specifies the y-coordinate of a point in a geometry figure.
A double that specifies the z-coordinate of a point in a geometry figure. Is Nullable.