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

要素を配置するための値。
要素の Y 軸方向相対オフセット。
false を指定すると、回転が行われません(テキスト要素の場合に有効)。
C1Gauge 内の特定の値の位置に要素を配置するために必要な変換を実行します。
構文
'宣言
 
Public MustOverride Function GetTransform( _
   ByVal value As System.Double, _
   ByVal yAxisLocation As System.Double, _
   ByVal rotate As System.Boolean _
) As Windows.UI.Xaml.Media.Transform
public abstract Windows.UI.Xaml.Media.Transform GetTransform( 
   System.double value,
   System.double yAxisLocation,
   System.bool rotate
)

パラメータ

value
要素を配置するための値。
yAxisLocation
要素の Y 軸方向相対オフセット。
rotate
false を指定すると、回転が行われません(テキスト要素の場合に有効)。

戻り値の型

要素に適用される変換。
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