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.