다음을 통해 공유


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입니다.

적용 대상