ComponentOne PDF for .NET
DrawImage(Image,RectangleF,RectangleF) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > DrawImage Method : DrawImage(Image,RectangleF,RectangleF) Method
System.Drawing.Image object to draw.
System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.
System.Drawing.RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
Draws the specified System.Drawing.Image object at the specified location, clipping the output to the given clipping rectangle.
Syntax
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal img As System.Drawing.Image, _
   ByVal rcImage As System.Drawing.RectangleF, _
   ByVal rcClip As System.Drawing.RectangleF _
) 
public void DrawImage( 
   System.Drawing.Image img,
   System.Drawing.RectangleF rcImage,
   System.Drawing.RectangleF rcClip
)

Parameters

img
System.Drawing.Image object to draw.
rcImage
System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.
rcClip
System.Drawing.RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List