BoxDiagrams.TextBox.HitTestResult.HitTestResult C# (CSharp) 메소드

HitTestResult() 공개 메소드

public HitTestResult ( Shape shape, Cursor cursor, RF resizeFlags ) : System
shape Shape
cursor System.Windows.Forms.Cursor
resizeFlags RF
리턴 System
			public HitTestResult(Shape shape, Cursor cursor, RF resizeFlags) : base(shape, cursor) { ResizeFlags = resizeFlags; }
			public RF ResizeFlags;
TextBox.HitTestResult