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!

GraphicsAdvancedAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal level As Integer _
)
[C#]
public GraphicsAdvancedAttribute(
   int level
);
[C++]
public: GraphicsAdvancedAttribute(
   int level
);
[JScript]
public function GraphicsAdvancedAttribute(
   level : int
);

Parameters

level
[To be supplied.]

See Also

GraphicsAdvancedAttribute Class | GraphicsAdvancedAttribute Members | System.Drawing Namespace