リングジオメトリ(同心楕円)を作成します。
シンタックス
'宣言
Public Shared Function CreateRing( _
ByVal As System.Windows.Point, _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Windows.Media.Geometry
public static System.Windows.Media.Geometry CreateRing(
System.Windows.Point ,
System.double ,
System.double
)
パラメータ
- center
- 中心。
- radiusIn
- 内側境界線までの半径。
- width
- 幅。
参照