Метод SqlGeometryBuilder.AddCircularArc (Double, Double, Double, Double)
Adds a circular arc to the path.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Sub AddCircularArc ( _
x1 As Double, _
y1 As Double, _
x2 As Double, _
y2 As Double _
)
'Применение
Dim instance As SqlGeometryBuilder
Dim x1 As Double
Dim y1 As Double
Dim x2 As Double
Dim y2 As Double
instance.AddCircularArc(x1, y1, x2, y2)
public void AddCircularArc(
double x1,
double y1,
double x2,
double y2
)
public:
void AddCircularArc(
double x1,
double y1,
double x2,
double y2
)
member AddCircularArc :
x1:float *
y1:float *
x2:float *
y2:float -> unit
public function AddCircularArc(
x1 : double,
y1 : double,
x2 : double,
y2 : double
)
Параметры
- x1
Тип: System.Double
The first latitude for the arc.
- y1
Тип: System.Double
The first longitude for the arc.
- x2
Тип: System.Double
The second latitude for the arc.
- y2
Тип: System.Double
The second longitude for the arc.