[]
Draw image/bitmap with content alignment.
public void DrawImage(C1Bitmap image, RectangleF rc)
| 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)
| 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)
| 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)
| 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. |