DioDocs for PDF
Ellipse コンストラクタ

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > Ellipse 構造体 : Ellipse コンストラクタ
中心。
X 半径。
Y 半径。
Ellipse 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal center As Point2F, _
   ByVal radiusX As System.Single, _
   ByVal radiusY As System.Single _
)
public Ellipse( 
   Point2F center,
   System.float radiusX,
   System.float radiusY
)

パラメータ

center
中心。
radiusX
X 半径。
radiusY
Y 半径。
参照

Ellipse 構造体
Ellipse メンバ