MarkerPenCopyFrom(MarkerPen, MarkerPen) Method | 
            Copies all properties and also the name from the given pen, but use the masking pen to decide which properties should be updated.
            
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.31.0
Syntaxpublic MarkerPen CopyFrom(
	MarkerPen markerPen,
	MarkerPen maskingPen
)
Parameters
- markerPen  MarkerPen
 - The pen to copy properties from.
 - 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.
 
Return Value
MarkerPenThis pen.
See Also