[]
Draw image/bitmap with content alignment.
public void DrawImage(C1Bitmap image, RectangleF rc)
Public Sub DrawImage(image As C1Bitmap, rc As RectangleF)
| Type | Name | Description |
|---|---|---|
| C1Bitmap | image | The drawing image/bitmap. |
| RectangleF | rc | The drawing rectangle. |
Draw image/bitmap with content alignment.
public void DrawImage(C1Bitmap image, RectangleF rcImage, RectangleF rcClip)
Public Sub DrawImage(image As C1Bitmap, rcImage As RectangleF, rcClip As RectangleF)
| 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. |
Draw image/bitmap with content alignment.
public void DrawImage(Image image, RectangleF rc)
Public Sub DrawImage(image As Image, rc As RectangleF)
| Type | Name | Description |
|---|---|---|
| Image | image | The drawing image/bitmap. |
| RectangleF | rc | The drawing rectangle. |
Draw image/bitmap with content alignment.
public void DrawImage(Image image, RectangleF rcImage, RectangleF rcClip)
Public Sub DrawImage(image As Image, rcImage As RectangleF, rcClip As RectangleF)
| 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. |