Click or drag to resize

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

Parameters

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

Return Value

Type: Int32
가로길이
See Also