CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - drawstring

搜索资源列表

  1. 细分时钟刻度算法.txt

    0下载:
  2. import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
  3. 所属分类:WEB源码

  1. hanoicx

    0下载:
  2. 汉诺塔源码C# nt width = (int)((panelHanoi.Width / 3 - offset)*((float)hanoiData.diskList[key][j]/hanoiData.diskCount))+offset int left=(int)(x-width/2) int height=20 int top=panelHanoi.Height-(hanoiData.diskList[key].Count-j)*height e.Gr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:69087
    • 提供者:zlqiufeng
  1. DrawString

    0下载:
  2. 使用DrawString 方法在指定的位置绘制文本,用于VB.net编程-Drawstring methods used in mapping the location of the designated text for VB.net Programming
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:3925
    • 提供者:王军
  1. java

    0下载:
  2. 了解Java语言的发展历史和Java平台的应用划分。 了解Java语言的特点及其实际应用领域。 了解Java开发环境及开发工具,掌握如何设置开发环境及如何编译和运行Java程序。 熟悉几种不同类型的Java程序-import java.applet.* import java.awt.* public class FirstApplet extends Applet { public void paint(Graphics g) { g.d
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:452929
    • 提供者:yuhailong
  1. DrawString

    3下载:
  2. 使用MFC进行文字的输出处理,可以设置字体,颜色和方向-The use of MFC to handle the output of text, you can set fonts, colors and directions, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2015-02-13
    • 文件大小:78825
    • 提供者:zhangcht
  1. DrawString

    0下载:
  2. Java ME 在手机屏幕是绘制字符的方法-Java ME the method of drawing characters on the phone screen is
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:2577
    • 提供者:ecnujyjs
  1. Align-Text-MIDlet-Example

    0下载:
  2. With the help of the canvas class, we can draw as many as graphics we want in our application. Similarly we can also set the different alignment to the text. In this J2ME Midlet we are going to set the text at different locations such as ri
  3. 所属分类:J2ME

    • 发布日期:2017-03-29
    • 文件大小:163215
    • 提供者:Nitin Patel
  1. Creating-Canvas-Form-Example

    0下载:
  2. This example shows that how to use the Canvas Class in a Form. In this example we take two field in which integer number passed from the form and result will display on a Canvas circle. The Following methods are used in this example: getWid
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:275292
    • 提供者:Jayesh Parmar
  1. experiment1

    0下载:
  2. 个人原创:熟悉JDK的安装和配置,学习如何编写并运行简单的Application程序和Applet程序(能输出一条简单的问候信息): 1.在Editplus(或JCreator ,Textpad)环境下编写一个HelloWorld.java程序, (1)在主方法static public void main(String[ ] args)中调用System.out.println()方法,使程序输出一条问候信息; (2) 编译运行程序,观察运行情况和输出结果。(使用JDK环境,调用j
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1812
    • 提供者:李瑞
  1. JavaB-

    0下载:
  2. 《Java语言程序设计》源代码 很好的JAVA入门的好的代码-*/ import java.awt.Graphics public class HelloToJava extends java.applet.Applet { /** Initialization method that will be called after the applet is loaded * into the browser. */ publi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:190696
    • 提供者:万利
  1. Java-languageprogram

    0下载:
  2. Java快速入门Java是美国Sun Microsystems公司于1995年5月正式发布的程序设计语言,它是前身是公司为智能消费类家用电器(如:电视机、电话、闹钟、烤面包机)研究而开发的,直到1993年Web开始在Internet上盛行,开发小组试着将这一技术转移到Web网络上,并获得了空前的成功。- java course import java.awt.Graphics import java.applet.Applet public class Hello2 exte
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:117867
    • 提供者:kaifa
  1. imagefont

    0下载:
  2. C#实现在图片上绘制文字,使用DrawString方法绘制的文字。打开任意一幅图片,然后在文本框中输入任意你想要的文字,点击“绘制文字”按钮,你输入的文字会显示在打开图片的左上角位置。-C# draw the text on the picture, use the DrawString method to draw text. Open any picture, any text you want in the text box and then click on the "Draw Text
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:10089
    • 提供者:吴海军
  1. huizhi

    0下载:
  2. C#使用自身的DrawString方法绘制文字,源码简单,示例演示了绘制过程,具体实现思路请参阅源码文件,运行示例程序后,点击“绘制文字”按钮,即可看到由DrawString方法生成的一行文字。-C# uses the DrawString method to draw text, source code example demonstrates the rendering process, specific ideas, please refer to the source file, run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:9477
    • 提供者:汪秋云
  1. draw

    0下载:
  2. C#使用自身的DrawString方法绘制文字,源码简单,示例演示了绘制过程-C# uses its own DrawString method to draw text, source code simple example demonstrates the rendering process
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2815
    • 提供者:小白
  1. imagefont

    0下载:
  2.  C#实现在图片上绘制文字,使用DrawString方法绘制的文字。打开任意一幅图片,然后在文本框中输入任意你想要的文字,点击“绘制文字”按钮,你输入的文字会显示在打开图片的左上角位置。   new Font("宋体", 50), 绘制的字体名称和字号   new SolidBrush(Color.Red)字体的颜色,可自己改-C# implementation to draw text on the picture, use the DrawString method to dra
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:12729
    • 提供者:tpudn51
  1. drawfont

    0下载:
  2.  C#使用自身的DrawString方法绘制文字,源码简单,示例演示了绘制过程,具体实现思路请参阅源码文件,运行示例程序后,点击“绘制文字”按钮,即可看到由DrawString方法生成的一行文字。-C# uses its own DrawString method to draw text, source code simple example demonstrates the drawing process, the specific realization of ideas, see sou
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:11919
    • 提供者:tpudn54
  1. ShadowFont

    0下载:
  2. C#实现的字体阴影ShadowFont特效,实现了两种阴影字效果。一种是对文本使用去锯齿的边缘处理,在两个不同的位置绘制文本,形成阴影;另一个是以阴影为线条,构造影线画刷,先画背景再画前景,使用graphics.DrawString来绘制文字的阴影-C# implementation ShadowFont font shadow effects, implements two words shadow effect. One is to use the jagged edges of text
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8042
    • 提供者:gpudn18
  1. jfontstext

    0下载:
  2. Java平台字体演示示例,演示不同字体在不同样式和不同字体大小情况下的显示效果。所有的字体都是程序运行平台上的字体。具体的绘制过程中用到了Graphics2D 类中的drawString()方法,用于绘制文本。-Java platform font demo, demo different fonts in different styles and different font sizes for the display case. All fonts are fonts program run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:23886
    • 提供者:jpudn70
  1. PrintExample

    0下载:
  2. 自己学习时写的VB.NET程序,试验了drawstring、drawline方法的各种用法。-this program is writen during my learning of VB.NET,in which some method of using "drawstring""drawline" is presented.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:133944
    • 提供者:智鑫
  1. DrawString

    0下载:
  2. 一个在线交互的安卓画板,安卓端,利用socket和服务器通信-An online interactive sketchpad Andrews, Andrews end, the use of socket communications and server
  3. 所属分类:android

    • 发布日期:2017-05-20
    • 文件大小:5447181
    • 提供者:Yu Jingcheng
« 12 »
搜珍网 www.dssz.com