The CFviEllipse type exposes the following members.

Constructors

NameDescription
Public methodCFviEllipse(CFviPoint, Double, Double, CFviAngle)
初期値指定コンストラクタ
Public methodCFviEllipse(Double, Double, Double, Double, Double)
初期値指定コンストラクタ

Methods

NameDescription
Public methodEquals
インスタンスの比較
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetDataID
データIDの取得
Public methodGetHashCode
ハッシュコードの取得
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToCFviPolyline
データ変換
Public methodToString
このインスタンスの完全修飾型名を返します。
(Inherited from ValueType.)

Operators

NameDescription
Public operatorStatic memberEquality
インスタンスの比較(等価)
Public operatorStatic memberInequality
インスタンスの比較(不等価)

Fields

NameDescription
Public fieldStatic memberDataID
データ構造クラスを一意に識別するIDを示す定数です。

Properties

NameDescription
Public propertyAngle
主軸傾き [初期値:0.0、範囲:任意]
Public propertyAxisX
主軸長(半径) [初期値:0.0、範囲:任意]
Public propertyAxisY
副軸長(半径) [初期値:0.0、範囲:任意]
Public propertyCenter
中心 [初期値:(0.0,0.0)、範囲:任意]
Public propertyX
中心(X座標)
Public propertyY
中心(Y座標)

See Also