DrawingLineCap Class Members
In This Topic
The following tables list the members exposed by
DrawingLineCap.
Public Constructors
| Name | Description |
 | DrawingLineCap | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Brush | Gets or sets the brush that must be used for filling the line cap. |
 | FillPath | Gets the fill path for the line cap. |
 | Pen | Gets or sets the pen that must be used for stroking the line cap. |
 | ReferenceLineOffset | Gets the amount of displacement of the attached line (along the line) in the cap's coordinate system. |
 | StrokePath | Gets the stroke path for the line cap. |
 | Transform | Gets or sets the transform of the line cap. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | Equals | Determines whether the specified System.Object, is equal to this instance. |
 | GetHashCode | Serves as a hash function for a particular type. |
See Also