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

[To be supplied.]

[Visual Basic]
Public Shared Function FromImage( _
   ByVal image As Image _
) As Graphics
[C#]
public static Graphics FromImage(
   Image image
);
[C++]
public: static Graphics* FromImage(
   Image* image
);
[JScript]
public static function FromImage(
   image : Image
) : Graphics;

Parameters

image
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace