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[], RectangleF, GraphicsUnit, ImageAttributes)

[To be supplied.]

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

Parameters

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

See Also

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