Método SqlGeometryBuilder.AddCircularArc (Double, Double, Double, Double)
Adds a circular arc to the path.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Sub AddCircularArc ( _
x1 As Double, _
y1 As Double, _
x2 As Double, _
y2 As Double _
)
'Uso
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
)
Parâmetros
- x1
Tipo: System.Double
The first latitude for the arc.
- y1
Tipo: System.Double
The first longitude for the arc.
- x2
Tipo: System.Double
The second latitude for the arc.
- y2
Tipo: System.Double
The second longitude for the arc.