Click or drag to resize

PenSet Methods

The PenSet type exposes the following members.

Methods
 NameDescription
Public methodAddPen Adds a given pen to the collection.
Public methodClear Removes all pens from the collection.
Public methodContainsSamePens Returns true if all pens are the same.
Public methodCopyFrom Copies pens from a given pen set.
Public methodCopyToDefaultPen Sets a given pen as the default pen.
Public methodGetPenOrDefault Returns the specified pen if available. Otherwise DefaultPen will be returned.
Public methodInheritFromDefault Makes pens inherit values from the default pen.
Public methodIsAllPensDefault Checks if all the pens have default values only.
Public methodMassUpdatePens Copies all properties from the given pen to the selected pens, but use the masking pen to decide which properties should be updated.
Public methodMergeFrom Merges a given pen set to this pen set.
Public methodRemovePen Removes a given pen from the collection.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also