Click or drag to resize

UtilsGetCalcWindowPosition Method

팝업창의 좌표를 workingarea에 마춰 재계산합니다.

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 GetCalcWindowPosition(
	Point point,
	Size size
)

Parameters

point
Type: System.DrawingPoint
팝업창의 location
size
Type: System.DrawingSize
팝업창의 크기

Return Value

Type: Point
Location
See Also