Click or drag to resize

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.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public 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

MarkerPen
This pen.
See Also