본문으로 건너뛰기

Show

Overloads

NameDescription
Show(int id, bool visible)Show/Hide Text Item
Show(TextDrawingItem item, bool visible)Show/Hide Text Item
Show(bool visible)Show/Hide All Items

Show(int id, bool visible)

public void Show(int id, bool visible)

Show/Hide Text Item

Parameters

NameTypeDescription
idintItem ID
visibleboolVisible

Show(TextDrawingItem item, bool visible)

public void Show(TextDrawingItem item, bool visible)

Show/Hide Text Item

Parameters

NameTypeDescription
itemTextDrawingItemItem
visibleboolVisible

Show(bool visible)

public void Show(bool visible)

Show/Hide All Items

Parameters

NameTypeDescription
visibleboolVisible