BezierSegment.Point2 プロパティ

定義

曲線の 2 番目の制御点を取得または設定します。

public:
 property System::Windows::Point Point2 { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Point2 { get; set; }
member this.Point2 : System.Windows.Point with get, set
Public Property Point2 As Point

プロパティ値

Point

曲線の 2 番目の制御点。

注釈

3 次ベジエ曲線の 2 つの制御点は磁石のように動作し、それ以外の場合は直線の部分を引き付け、曲線を生成します。 最初の制御点である Point1 は曲線の開始部分に影響し、2 つ目の制御点である Point2 は曲線の終了部分に影響します。 曲線は必ずしもいずれかの制御点を通過するわけではないことに注意してください。各コントロール ポイントは、ラインの一部をそれ自体に向かって移動しますが、それ自体は移動しません。

依存プロパティ情報

識別子フィールド Point2Property
に設定されたメタデータ プロパティ true なし

適用対象