Click or drag to resize

IVIZZARDServiceSetUserViewDrawItemState Method

그리기 아이템 옵션 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetUserViewDrawItemState(
	FontSize2 textSize,
	Color colText,
	int penWidth,
	bool bPenDashStyle,
	Color colLine
)

Parameters

textSize
Type: SHConnectorFontSize2
글씨 크기
colText
Type: System.DrawingColor
글씨 색상
penWidth
Type: SystemInt32
펜 두께
bPenDashStyle
Type: SystemBoolean
펜 스타일
colLine
Type: System.DrawingColor
라인 색상
See Also