DrawImage
内容
[
隐藏
]
DrawImage(Image, int, int)
public void DrawImage(Image image, int x, int y)
也可以看看
- class Image
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, float, float)
public void DrawImage(Image image, float x, float y)
也可以看看
- class Image
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Point)
public void DrawImage(Image image, Point point)
也可以看看
- class Image
- struct Point
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Point[])
public void DrawImage(Image image, Point[] destPoints)
也可以看看
- class Image
- struct Point
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, PointF)
public void DrawImage(Image image, PointF point)
也可以看看
- class Image
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, PointF[])
public void DrawImage(Image image, PointF[] destPoints)
也可以看看
- class Image
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, int, int, int, int)
public void DrawImage(Image image, int x, int y, int width, int height)
也可以看看
- class Image
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Rectangle)
public void DrawImage(Image image, Rectangle rect)
也可以看看
- class Image
- struct Rectangle
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, RectangleF)
public void DrawImage(Image image, RectangleF rect)
也可以看看
- class Image
- struct RectangleF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, float, float, float, float)
public void DrawImage(Image image, float x, float y, float width, float height)
也可以看看
- class Image
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, int, int, Rectangle, GraphicsUnit)
public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, float, float, RectangleF, GraphicsUnit)
public void DrawImage(Image image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct RectangleF
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, PointF[], RectangleF, GraphicsUnit)
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Point[], Rectangle, GraphicsUnit)
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct Point
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttr)
也可以看看
- class Image
- struct Point
- struct Rectangle
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttr)
也可以看看
- class Image
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)
public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Rectangle, int, int, int, int, GraphicsUnit, ImageAttributes)
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth,
int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)
也可以看看
- class Image
- struct Rectangle
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct RectangleF
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Rectangle, int, int, int, int, GraphicsUnit)
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth,
int srcHeight, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Rectangle, float, float, float, float, GraphicsUnit)
public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth,
float srcHeight, GraphicsUnit srcUnit)
也可以看看
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawImage(Image, Rectangle, float, float, float, float, GraphicsUnit, ImageAttributes)
public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth,
float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)
也可以看看
- class Image
- struct Rectangle
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing