Click or drag to resize

MarkerPenIsSame Method

Returns true if pen is the same.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public bool IsSame(
	MarkerPen pen
)

Parameters

pen  MarkerPen
Pen to compare to.

Return Value

Boolean
True if pen is the same.
See Also