CustomLineCap Class
Encapsulates a custom user-defined line cap.
For a list of all members of this type, see CustomLineCap Members.
System.Object
System.MarshalByRefObject
System.Drawing.Drawing2D.CustomLineCap
System.Drawing.Drawing2D.AdjustableArrowCap
[Visual Basic] Public Class CustomLineCap Inherits MarshalByRefObject Implements ICloneable, IDisposable [C#] public class CustomLineCap : MarshalByRefObject, ICloneable, IDisposable [C++] public __gc class CustomLineCap : public MarshalByRefObject, ICloneable, IDisposable [JScript] public class CustomLineCap extends MarshalByRefObject implements ICloneable, IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Line caps are used at the beginnings and ends of lines or curves drawn by GDI+ Pen objects. GDI+ supports several predefined cap styles, and also allows users to define their own cap styles. This class is used to create custom cap styles.
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)