A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Mcc.Series.Common
Utils Class
Utils Methods
BinaryStringToImage Method
BinaryToImage Method
CreateClientDirectory Method
DataRows2DataTable Method
DataSetToXml Method
ErrorLogWrite Method
GetCalcWindowPosition Method
GetEMRArgs Method
GetESRArgs Method
GetLocalIpAddress Method
GetOpenWindowPosition Method
GetPtntEmrSaveFileName Method
GetStringHeight Method
GetStringWidth Method
ImageToBinary Method
ImageToBinaryString Method
WriteLog Method
XmlToDataSet Method
Utils
GetStringHeight 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#
Copy
public
static
int
GetStringHeight
(
string
text
,
Font
font
,
Graphics
gp
)
Parameters
text
Type:
System
String
문자열
font
Type:
System.Drawing
Font
폰트
gp
Type:
System.Drawing
Graphics
계산에 사용할 그래픽스 객체
Return Value
Type:
Int32
높이
See Also
Reference
Utils Class
Mcc.Series.Common Namespace