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.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.31.0
Syntaxpublic 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