[]
        
(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)
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)
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)
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)
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.