Click or drag to resize

MarkerPen Methods

The MarkerPen type exposes the following members.

Methods
 NameDescription
Public methodCompareWith Updates a masking pen to indicate which properties are the same. A null value indicates that the properties are different.
Public methodCopyFrom(MarkerPen) Copies all properties and also the name from the given pen.
Public methodCopyFrom(MarkerPen, MarkerPen) Copies all properties and also the name from the given pen, but use the masking pen to decide which properties should be updated.
Public methodGetPropertyValue 
Public methodInheritValuesFrom(MarkerPen) Inherits values from the given pen.
Public methodInheritValuesFrom(MarkerPen, MarkerPen) Inherits values from the given pen, but use the masking pen to decide which properties should be updated.
Public methodIsAllDefault Returns whether all pen properties are defaults (null).
Public methodIsSame Returns true if pen is the same.
Public methodResetToDefault Reset all properties to its default values.
Public methodSetPropertyValue 
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also