Click or drag to resize

PenSetContainsSamePens Method

Returns true if all pens are the same.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public bool ContainsSamePens(
	PenSet penSet
)

Parameters

penSet  PenSet
Pen set to compare to.

Return Value

Boolean
True if all pens are the same.
See Also