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!

Edge Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal style As EdgeStyle, _
   ByVal width As Integer, _
   ByVal color As Color _
)
[C#]
public Edge(
   EdgeStyle style,
   int width,
   Color color
);
[C++]
public: Edge(
   EdgeStyle style,
   int width,
   Color color
);
[JScript]
public function Edge(
   style : EdgeStyle,
   width : int,
   color : Color
);

Parameters

style
[To be supplied.]
width
[To be supplied.]
color
[To be supplied.]

See Also

Edge Class | Edge Members | System.WinForms Namespace