[]
        
(Showing Draft Content)

C1.C1Word.C1WordDocument.DrawImage

DrawImage Method

DrawImage(C1Bitmap, RectangleF)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(C1Bitmap image, RectangleF rc)
Public Sub DrawImage(image As C1Bitmap, rc As RectangleF)
Parameters
Type Name Description
C1Bitmap image

The drawing image/bitmap.

RectangleF rc

The drawing rectangle.

DrawImage(C1Bitmap, RectangleF, RectangleF)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(C1Bitmap image, RectangleF rcImage, RectangleF rcClip)
Public Sub DrawImage(image As C1Bitmap, rcImage As RectangleF, rcClip As RectangleF)
Parameters
Type Name Description
C1Bitmap image

The drawing image/bitmap.

RectangleF rcImage

The drawing image/bitmap rectangle.

RectangleF rcClip

The drawing clip for image/bitmap rectangle.

DrawImage(Image, RectangleF)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(Image image, RectangleF rc)
Public Sub DrawImage(image As Image, rc As RectangleF)
Parameters
Type Name Description
Image image

The drawing image/bitmap.

RectangleF rc

The drawing rectangle.

DrawImage(Image, RectangleF, RectangleF)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(Image image, RectangleF rcImage, RectangleF rcClip)
Public Sub DrawImage(image As Image, rcImage As RectangleF, rcClip As RectangleF)
Parameters
Type Name Description
Image image

The drawing image/bitmap.

RectangleF rcImage

The drawing image/bitmap rectangle.

RectangleF rcClip

The drawing clip for image/bitmap rectangle.