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.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic 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
MarkerPenThis pen.
See Also