Click or drag to resize

UtilsGetStringHeight Method

문자열의 높이를 계산하여 반환합니다.

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 int GetStringHeight(
	string text,
	Font font,
	Graphics gp
)

Parameters

text
Type: SystemString
문자열
font
Type: System.DrawingFont
폰트
gp
Type: System.DrawingGraphics
계산에 사용할 그래픽스 객체

Return Value

Type: Int32
높이
See Also