Click or drag to resize

MarkerPenCompareWith Method

Updates a masking pen to indicate which properties are the same. A null value indicates that the properties are different.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public void CompareWith(
	MarkerPen markerPen,
	MarkerPen maskingPen
)

Parameters

markerPen  MarkerPen
The pen to compare.
maskingPen  MarkerPen
The pen to indicate which properties are to be copied. A null property value of this masking pen indicates that the property is to be ignored.
See Also