台形ジオメトリを作成します。
シンタックス
'宣言
Public Shared Function CreateTrapezoid( _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point _
) As System.Windows.Media.Geometry
public static System.Windows.Media.Geometry CreateTrapezoid(
System.Windows.Point ,
System.Windows.Point ,
System.Windows.Point ,
System.Windows.Point
)
パラメータ
- baseStart
- 底辺の開始位置。
- baseEnd
- 底辺の終了位置。
- topStart
- 上辺の開始位置。
- topEnd
- 上辺の終了位置。
参照