Gauges for UWP/WinRT
GetGeometry メソッド (C1Gauge)

ジオメトリの開始値。
ジオメトリの終了値。
要素の 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 Windows.UI.Xaml.Media.Geometry
public abstract Windows.UI.Xaml.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)終了幅。

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1Gauge クラス
C1Gauge メンバ

Send Feedback