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