zoukankan      html  css  js  c++  java
  • DrawImage 方法

    DrawImage 方法
      .NET Framework 类库
      Graphics..::.DrawImage 方法
      在指定位置并且按原始大小绘制指定的 Image
      函数名称 及说明
      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 的指定部分。
  • 相关阅读:
    java--io流之转换流
    java--IO流之字节流、字符流
    java--递归
    java--IO流之File类
    java --JDBC
    2018-09-15JDBC事务详解1
    2018-09-10JSP内容和标签的查看权限+9个内置对象
    2018-09-12DBUtils工具包+DBCP连接池
    2018-09-08Cookie的发送和Cookie的读取+Session基本原理
    参考博客:URI和URL的区别
  • 原文地址:https://www.cnblogs.com/zhixing/p/1986608.html
Copyright © 2011-2022 走看看