Click or drag to resize

cursorsetPencil Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets pencil options

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setPencil(
	bool useDefaultPencil,
	bool pencilWidthToZone
)
Request Example View Source

Parameters

useDefaultPencil
Type: SystemBoolean
if set to true pencil will be ignored and default pencil will be returned on get pencilAbsolute.
pencilWidthToZone
Type: SystemBoolean
if set to true pencil width will automatically follow width of current zone
See Also