ComponentOne Studio for WinRT XAML
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
参照

PieInfo 構造体
PieInfo メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.