ASP.NET Core MVC コントロールヘルプ
AddPoint(Object,Object) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PolygonBuilder クラス > AddPoint メソッド : AddPoint(Object,Object) メソッド
The X coordinate value of this DataPoint.
The Y coordinate value of this DataPoint.
Add point for Polygon annotation.
シンタックス
'宣言
 
Public Overloads Function AddPoint( _
   ByVal x As System.Object, _
   ByVal y As System.Object _
) As PolygonBuilder
public PolygonBuilder AddPoint( 
   System.object x,
   System.object y
)

パラメータ

x
The X coordinate value of this DataPoint.
y
The Y coordinate value of this DataPoint.

戻り値の型

Current builder
参照

PolygonBuilder クラス
PolygonBuilder メンバ
オーバーロード一覧