Gauges for WPF/Silverlight
GetGeometry メソッド (C1Gauge)

C1.Silverlight.Gauge.5 アセンブリ > C1.Silverlight.Gauge 名前空間 > C1Gauge クラス : GetGeometry メソッド
ジオメトリの開始値。
ジオメトリの終了値。
要素の Y 軸方向相対(0~1)開始オフセット。
要素の Y 軸方向相対(0~1)終了オフセット。
ジオメトリの相対(0~1)開始幅。
ジオメトリの相対(0~1)終了幅。
要素の開始値から終了値まで塗りつぶすために使用されるジオメトリを作成します。
シンタックス
'宣言
 
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)終了幅。

戻り値の型

要素を塗りつぶすために使用されるジオメトリ。
参照

C1Gauge クラス
C1Gauge メンバ