博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DrawImage 方法
阅读量:5245 次
发布时间:2019-06-14

本文共 3180 字,大约阅读时间需要 10 分钟。

DrawImage
方法
  .NET Framework 类库
  Graphics..::.DrawImage 方法
  在指定位置并且按原始大小绘制指定的 。
  函数名称 及说明
  DrawImage(Image, Point) 在指定的位置使用原始物理大小绘制指定的 Image。
  DrawImage(Image, array<Point>[]()[]) 在指定位置并且按指定形状和大小绘制指定的 Image。
  DrawImage(Image, PointF) 在指定的位置使用原始物理大小绘制指定的 Image。
  DrawImage(Image, array<PointF>[]()[]) 在指定位置并且按指定形状和大小绘制指定的 Image。
  DrawImage(Image, Rectangle) 在指定位置并且按指定大小绘制指定的 Image。
  DrawImage(Image, RectangleF) 在指定位置并且按指定大小绘制指定的 Image。
  DrawImage(Image, Int32, Int32) 在由坐标对指定的位置,使用图像的原始物理大小绘制指定的图像。
  DrawImage(Image, Single, Single) 在指定的位置使用原始物理大小绘制指定的 Image。
  DrawImage(Image, array<Point>[]()[], Rectangle, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, array<PointF>[]()[], RectangleF, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Rectangle, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, array<Point>[]()[], Rectangle, GraphicsUnit, ImageAttributes) 在指定位置绘制指定的 Image 的指定部分。
  DrawImage(Image, array<PointF>[]()[], RectangleF, GraphicsUnit, ImageAttributes) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Int32, Int32, Rectangle, GraphicsUnit) 在指定的位置绘制图像的一部分。
  DrawImage(Image, Int32, Int32, Int32, Int32) 在指定位置并且按指定大小绘制指定的 Image。
  DrawImage(Image, Single, Single, RectangleF, GraphicsUnit) 在指定的位置绘制图像的一部分。
  DrawImage(Image, Single, Single, Single, Single) 在指定位置并且按指定大小绘制指定的 Image。
  DrawImage(Image, array<Point>[]()[], Rectangle, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, array<PointF>[]()[], RectangleF, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, array<Point>[]()[], Rectangle, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort, Int32) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, array<PointF>[]()[], RectangleF, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort, Int32) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort, IntPtr) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
  DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, Graphics..::.DrawImageAbort, IntPtr) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。

转载于:https://www.cnblogs.com/zhixing/archive/2011/03/17/1986608.html

你可能感兴趣的文章
ElasticSearch 7.1.1 集群环境搭建
查看>>
ElasticSearch Head 插件安装
查看>>
Filebeat 7.1.1 安装及使用(连接ES)
查看>>
ES集群监控 之 Cerebro 0.8.3 安装及简单使用
查看>>
CentOS 6.x 安装 JDK1.8
查看>>
Kibana 7.1.1 安装及简单使用
查看>>
ElasticSearch 常用 curl 命令
查看>>
Azkaban 3.73.1 使用简介
查看>>
Azkaban 3.73.1 集群搭建(Multiple Executor)
查看>>
Azkaban Condition Flow (条件工作流) 使用简介
查看>>
Azkaban Flow 2.0 使用简介
查看>>
MacOS使用GitBook制作电子书
查看>>
简易理解linux与unix的区别
查看>>
python标准库之argparse模块
查看>>
Tensorflow - tf.nn.embedding_lookup使用
查看>>
Tensorflow - tf常用函数使用(持续更新中)
查看>>
Ubuntu18.04下无法进入图形界面、无法调整分辨率、无法重装显卡驱动问题的解决方式...
查看>>
计算器
查看>>
java
查看>>
hive函数 get_json_object
查看>>