次の方法で共有


SnapLine.ShouldSnap(SnapLine, SnapLine) メソッド

定義

指定した SnapLine が別の SnapLine とスナップする必要があるかどうかを示す値を返します。

public:
 static bool ShouldSnap(System::Windows::Forms::Design::Behavior::SnapLine ^ line1, System::Windows::Forms::Design::Behavior::SnapLine ^ line2);
public static bool ShouldSnap (System.Windows.Forms.Design.Behavior.SnapLine line1, System.Windows.Forms.Design.Behavior.SnapLine line2);
static member ShouldSnap : System.Windows.Forms.Design.Behavior.SnapLine * System.Windows.Forms.Design.Behavior.SnapLine -> bool
Public Shared Function ShouldSnap (line1 As SnapLine, line2 As SnapLine) As Boolean

パラメーター

line1
SnapLine

指定された SnapLine

line2
SnapLine

指定した SnapLine のスナップ対象となる SnapLine

戻り値

Boolean

line1line2 にスナップする必要がある場合は true。それ以外の場合は false

適用対象