Click or drag to resize

PenSetRemovePen Method

Removes a given pen from the collection.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public bool RemovePen(
	int penNumber
)

Parameters

penNumber  Int32
The pen to be removed.

Return Value

Boolean
True, if the pen exists in the collection.
See Also