Click or drag to resize

UtilsGetOpenWindowPosition Method (Control, Size)

팝업창의 시작위치를 반환함

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Point GetOpenWindowPosition(
	Control ctrl,
	Size size
)

Parameters

ctrl
Type: System.Windows.FormsControl
기준컨트롤
size
Type: System.DrawingSize
팝업창의 크기

Return Value

Type: Point
Location
See Also