DrawImageUnscaled
内容
[
隐藏
]DrawImageUnscaled(Image, int, int, int, int)
在坐标对指定的位置使用其原始物理尺寸绘制指定图像。
public void DrawImageUnscaled(Image image, int x, int y, int width, int height)
范围 | 类型 | 描述 |
---|---|---|
image | Image | Image画。 |
x | Int32 | 绘制图像左上角的 x 坐标。 |
y | Int32 | 绘制图像左上角的 y 坐标。 |
width | Int32 | 绘制图像的宽度。 |
height | Int32 | 绘制图像的高度。 |
也可以看看
- class Image
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawImageUnscaled(Image, int, int)
在坐标对指定的位置使用其原始物理尺寸绘制指定图像。
public void DrawImageUnscaled(Image image, int x, int y)
范围 | 类型 | 描述 |
---|---|---|
image | Image | Image画。 |
x | Int32 | 绘制图像左上角的 x 坐标。 |
y | Int32 | 绘制图像左上角的 y 坐标。 |
也可以看看
- class Image
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawImageUnscaled(Image, Point)
在指定位置使用其原始物理尺寸绘制指定图像。
public void DrawImageUnscaled(Image image, Point point)
范围 | 类型 | 描述 |
---|---|---|
image | Image | Image画。 |
point | Point | Point指定绘制图像的左上角的结构。 |
也可以看看
- class Image
- struct Point
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawImageUnscaled(Image, Rectangle)
在指定位置使用其原始物理尺寸绘制指定图像。
public void DrawImageUnscaled(Image image, Rectangle rect)
范围 | 类型 | 描述 |
---|---|---|
image | Image | Image画。 |
rect | Rectangle | Rectangle指定绘制图像的左上角。 矩形的 X 和 Y 属性指定左上角。 Width 和 Height 属性被忽略。 |
也可以看看
- class Image
- struct Rectangle
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing