[To be supplied.]
[To be supplied.]
[Visual Basic] Overloads Public Sub New(GraphicsPath, GraphicsPath)
[C#] public CustomLineCap(GraphicsPath, GraphicsPath);
[C++] public: CustomLineCap(GraphicsPath*, GraphicsPath*);
[JScript] public function CustomLineCap(GraphicsPath, GraphicsPath);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(GraphicsPath, GraphicsPath, LineCap)
[C#] public CustomLineCap(GraphicsPath, GraphicsPath, LineCap);
[C++] public: CustomLineCap(GraphicsPath*, GraphicsPath*, LineCap);
[JScript] public function CustomLineCap(GraphicsPath, GraphicsPath, LineCap);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(GraphicsPath, GraphicsPath, LineCap, Single)
[C#] public CustomLineCap(GraphicsPath, GraphicsPath, LineCap, float);
[C++] public: CustomLineCap(GraphicsPath*, GraphicsPath*, LineCap, float);
[JScript] public function CustomLineCap(GraphicsPath, GraphicsPath, LineCap, float);
CustomLineCap Class | CustomLineCap Members | System.Drawing.Drawing2D Namespace