Click or drag to resize

UtilsGetOpenWindowPosition Method (Control, Size, AlignType)

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

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,
	AlignType aligntype
)

Parameters

ctrl
Type: System.Windows.FormsControl
기준 컨트롤
size
Type: System.DrawingSize
팝업창의 크기
aligntype
Type: Mcc.Series.Common.EnumAlignType
정렬기준

Return Value

Type: Point
Location
See Also