'宣言 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
- このDataPointのX座標値。
- y
- このDataPointのY座標値。
戻り値の型
現在のビルダ
'宣言 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 )