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)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal fillPath As GraphicsPath, _
   ByVal strokePath As GraphicsPath _
)
[C#]
public CustomLineCap(
   GraphicsPath fillPath,
   GraphicsPath strokePath
);
[C++]
public: CustomLineCap(
   GraphicsPath* fillPath,
   GraphicsPath* strokePath
);
[JScript]
public function CustomLineCap(
   fillPath : GraphicsPath,
   strokePath : GraphicsPath
);

Parameters

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

See Also

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