バージョン

GetShapeGeometry(Int32,List<PointCollection>) メソッド

指定されたポイントのリストの PathGeometry を取得します。
シンタックス
'宣言
 
Protected Overloads MustOverride Function GetShapeGeometry( _
   ByVal i As Integer, _
   ByVal points As List(Of PointCollection) _
) As PathGeometry
protected abstract PathGeometry GetShapeGeometry( 
   int i,
   List<PointCollection> points
)

パラメータ

i
ポイントのリスト内の開始インデックス。
points
PathGeometry に変換されるポイントのリスト。

戻り値の型

指定されたポイントのリストに対して描画するための PathGeometry。
参照