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.DrawImageUnscaled

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawImageUnscaled(Image, Integer, Integer)
[C#] public void DrawImageUnscaled(Image, int, int);
[C++] public: void DrawImageUnscaled(Image*, int, int);
[JScript] public function DrawImageUnscaled(Image, int, int);

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawImageUnscaled(Image, Point)
[C#] public void DrawImageUnscaled(Image, Point);
[C++] public: void DrawImageUnscaled(Image*, Point);
[JScript] public function DrawImageUnscaled(Image, Point);

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawImageUnscaled(Image, Integer, Integer, Integer, Integer)
[C#] public void DrawImageUnscaled(Image, int, int, int, int);
[C++] public: void DrawImageUnscaled(Image*, int, int, int, int);
[JScript] public function DrawImageUnscaled(Image, int, int, int, int);

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawImageUnscaled(Image, Rectangle)
[C#] public void DrawImageUnscaled(Image, Rectangle);
[C++] public: void DrawImageUnscaled(Image*, Rectangle);
[JScript] public function DrawImageUnscaled(Image, Rectangle);

See Also

Graphics Class | Graphics Members | System.Drawing Namespace