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.DrawImage (Image, Point[], Rectangle, GraphicsUnit)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawImage( _
   ByVal image As Image, _
   ByVal destPoints() As Point, _
   ByVal srcRect As Rectangle, _
   ByVal srcUnit As GraphicsUnit _
)
[C#]
public void DrawImage(
   Image image,
   Point[] destPoints,
   Rectangle srcRect,
   GraphicsUnit srcUnit
);
[C++]
public: void DrawImage(
   Image* image,
   Point* destPoints[],
   Rectangle srcRect,
   GraphicsUnit srcUnit
);
[JScript]
public function DrawImage(
   image : Image,
   destPoints : Point[],
   srcRect : Rectangle,
   srcUnit : GraphicsUnit
);

Parameters

image
[To be supplied.]
destPoints
[To be supplied.]
srcRect
[To be supplied.]
srcUnit
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawImage Overload List