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

[To be supplied.]

Overload List

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

See Also

CustomLineCap Class | CustomLineCap Members | System.Drawing.Drawing2D Namespace