Pen |
The PenSet type exposes the following members.
| Name | Description | |
|---|---|---|
| AddPen | Adds a given pen to the collection. | |
| Clear | Removes all pens from the collection. | |
| ContainsSamePens | Returns true if all pens are the same. | |
| CopyFrom | Copies pens from a given pen set. | |
| CopyToDefaultPen | Sets a given pen as the default pen. | |
| GetPenOrDefault | Returns the specified pen if available. Otherwise DefaultPen will be returned. | |
| InheritFromDefault | Makes pens inherit values from the default pen. | |
| IsAllPensDefault | Checks if all the pens have default values only. | |
| MassUpdatePens | Copies all properties from the given pen to the selected pens, but use the masking pen to decide which properties should be updated. | |
| MergeFrom | Merges a given pen set to this pen set. | |
| RemovePen | Removes a given pen from the collection. | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |