Removes a given pen from the collection.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic bool RemovePen(
int penNumber
)
Parameters
- penNumber Int32
- The pen to be removed.
Return Value
BooleanTrue, if the pen exists in the collection.
See Also