Chart for WinRT
PieInfo コンストラクタ

パラメータを指定して、新しい PieInfo 構造を作成します。
構文
'宣言
 
Public Function New( _
   ByVal center As Windows.Foundation.Point, _
   ByVal radiusX As System.Double, _
   ByVal radiusY As System.Double, _
   ByVal inner As System.Double, _
   ByVal angle As System.Double, _
   ByVal sweep As System.Double, _
   ByVal height As System.Double, _
   Optional ByVal offset As System.Double _
)
public PieInfo( 
   Windows.Foundation.Point center,
   System.double radiusX,
   System.double radiusY,
   System.double inner,
   System.double angle,
   System.double sweep,
   System.double height,
   System.double offset
)

パラメータ

center
radiusX
radiusY
inner
angle
sweep
height
offset
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

参照

関連項目

PieInfo 構造体
PieInfo メンバ

Send Feedback