ComponentOne Studio for WinRT XAML
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)終了幅。

戻り値の型

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

C1Gauge クラス
C1Gauge メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.