'Declaration Public Overloads Sub DrawImage( _
ByVal imageResourcePdfImageResource to draw.As Vintasoft.Imaging.Pdf.Tree.PdfImageResource, _
ByVal destRectThe System.Drawing.RectangleF structure that specifies the location and size of the drawn image.As System.Drawing.RectangleF, _
ByVal sourceRectThe System.Drawing.RectangleF structure that specifies the portion of the imageResource to draw, in pixels.As System.Drawing.RectangleF _
)
public void DrawImage(
Vintasoft.Imaging.Pdf.Tree.PdfImageResource imageResource,
System.Drawing.RectangleF destRect,
System.Drawing.RectangleF sourceRect
)
Parameters
- imageResource
- PdfImageResource to draw.
- destRect
- The System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
- sourceRect
- The System.Drawing.RectangleF structure that specifies the portion of the imageResource to draw, in pixels.