Click or drag to resize

MarkerPenInheritValuesFrom(MarkerPen, MarkerPen) Method

Inherits values 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 InheritValuesFrom(
	MarkerPen markerPen,
	MarkerPen maskingPen
)

Parameters

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

Return Value

MarkerPen
This pen.
See Also