[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawImage

DrawImage Method

DrawImage(C1Bitmap, Rect)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(C1Bitmap image, Rect rc)
Parameters
Type Name Description
C1Bitmap image

The drawing image/bitmap.

Rect rc

The drawing rectangle.

DrawImage(WriteableBitmap, Rect, Rect)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(WriteableBitmap image, Rect rcImage, Rect rcClip)
Parameters
Type Name Description
WriteableBitmap image

The drawing image/bitmap.

Rect rcImage

The drawing image/bitmap rectangle.

Rect rcClip

The drawing clip for image/bitmap rectangle.

DrawImage(WriteableBitmap, Rect)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(WriteableBitmap image, Rect rc)
Parameters
Type Name Description
WriteableBitmap image

The drawing image/bitmap.

Rect rc

The drawing rectangle.

DrawImage(C1Bitmap, Rect, Rect)

Draw image/bitmap with content alignment.

Declaration
public void DrawImage(C1Bitmap image, Rect rcImage, Rect rcClip)
Parameters
Type Name Description
C1Bitmap image

The drawing image/bitmap.

Rect rcImage

The drawing image/bitmap rectangle.

Rect rcClip

The drawing clip for image/bitmap rectangle.