System.Drawing.Drawing2D.CustomLineCap Members

The members of System.Drawing.Drawing2D.CustomLineCap are listed below.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

Initializes a new instance of the System.Drawing.Drawing2D.CustomLineCap class with the specified outline and fill.

Initializes a new instance of the System.Drawing.Drawing2D.CustomLineCap class from the specified existing System.Drawing.Drawing2D.LineCap enumeration with the specified outline and fill.

Initializes a new instance of the System.Drawing.Drawing2D.CustomLineCap class from the specified existing System.Drawing.Drawing2D.LineCap enumeration with the specified outline, fill, and inset.

Public Properties

BaseCapLineCap.

Gets or sets the System.Drawing.Drawing2D.LineCap enumeration on which this System.Drawing.Drawing2D.CustomLineCap is based.

BaseInsetfloat.

Gets or sets the distance between the cap and the line.

StrokeJoinLineJoin.

Gets or sets the System.Drawing.Drawing2D.LineJoin enumeration that determines how lines that compose this System.Drawing.Drawing2D.CustomLineCap object are joined.

WidthScalefloat.

Gets or sets the amount by which to scale this System.Drawing.Drawing2D.CustomLineCap Class object with respect to the width of the System.Drawing.Pen object.

Public Methods

Clone() : object

Creates an exact copy of this System.Drawing.Drawing2D.CustomLineCap.

Dispose()

Releases all resources used by this System.Drawing.Drawing2D.CustomLineCap object.

Finalize()

Allows an System.Drawing.Drawing2D.CustomLineCap to attempt to free resources and perform other cleanup operations before the System.Drawing.Drawing2D.CustomLineCap is reclaimed by garbage collection.

GetStrokeCaps(out LineCap, out LineCap)
Documentation for this section has not yet been entered.
SetStrokeCaps(LineCap, LineCap)

Sets the caps used to start and end lines that make up this custom cap.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Drawing.Drawing2D.CustomLineCap and optionally releases the managed resources.