[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal fillPath As GraphicsPath, _ ByVal strokePath As GraphicsPath, _ ByVal baseCap As LineCap _ ) [C#] public CustomLineCap( GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap ); [C++] public: CustomLineCap( GraphicsPath* fillPath, GraphicsPath* strokePath, LineCap baseCap ); [JScript] public function CustomLineCap( fillPath : GraphicsPath, strokePath : GraphicsPath, baseCap : LineCap );
CustomLineCap Class | CustomLineCap Members | System.Drawing.Drawing2D Namespace | CustomLineCap Constructor Overload List