NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CustomLineCap Constructor (GraphicsPath, GraphicsPath, LineCap, Single)

[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
);

Parameters

fillPath
[To be supplied.]
strokePath
[To be supplied.]
baseCap
[To be supplied.]
baseInset
[To be supplied.]

See Also

CustomLineCap Class | CustomLineCap Members | System.Drawing.Drawing2D Namespace | CustomLineCap Constructor Overload List