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!

Graphics.SmoothingMode

[To be supplied.]

[Visual Basic]
Public Property SmoothingMode As SmoothingMode
[C#]
public SmoothingMode SmoothingMode {get; set;}
[C++]
public: __property SmoothingMode get_SmoothingMode();
public: __property void set_SmoothingMode(SmoothingMode);
[JScript]
public function get SmoothingMode() : SmoothingMode;
public function set SmoothingMode(SmoothingMode);

See Also

Graphics Class | Graphics Members | System.Drawing Namespace