'宣言 Public MustOverride Function GetGeometry( _ ByVal startValue As System.Double, _ ByVal endValue As System.Double, _ ByVal yAxisStartLocation As System.Double, _ ByVal yAxisEndLocation As System.Double, _ ByVal relativeStartWidth As System.Double, _ ByVal relativeEndWidth As System.Double _ ) As System.Windows.Media.Geometry
public abstract System.Windows.Media.Geometry GetGeometry( System.double startValue, System.double endValue, System.double yAxisStartLocation, System.double yAxisEndLocation, System.double relativeStartWidth, System.double relativeEndWidth )
パラメータ
- startValue
- ジオメトリの開始値。
- endValue
- ジオメトリの終了値。
- yAxisStartLocation
- 要素の Y 軸方向相対(0~1)開始オフセット。
- yAxisEndLocation
- 要素の Y 軸方向相対(0~1)終了オフセット。
- relativeStartWidth
- ジオメトリの相対(0~1)開始幅。
- relativeEndWidth
- ジオメトリの相対(0~1)終了幅。
戻り値の型
要素を塗りつぶすために使用されるジオメトリ。