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, PointF[])

[To be supplied.]

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

Parameters

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

See Also

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