Click or drag to resize

TextDrawingManagerUpdate(Int32, Color) Method

Draw Text 색상 변경

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void Update(
	int id,
	Color color
)

Parameters

id  Int32
Update Item ID
color  Color
Text Color
See Also