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