按照Form类型

按照源码分类

搜索历史

    关键字:“Rectangle”
    检索结果:4 条记录(耗时 4 毫秒)
    • VB.NET数字时钟+画图形

      VB.NET数字时钟+画图形

      • 关键字: 数字时钟
      • 上架时间: 2023-09-07
      • 浏览次数: 256
      免费
      立即下载
    • YFFF计算面积和周长源码

      采用winform进行开发,实现的计算面积和周长的界面程序

      99积分
      立即下载
    • COLORPICK拾色器源码

      ColorPick拾色器源码程序介绍:使用VB.NET开发的Winform小程序,通过拾色器可以快速选择文本或背景色。显示精准RGB数值,对应某种颜色。部分代码SubPaintBall()panSample.Refresh()DimgAsGraphics=panSample.CreateGraphicsg.SmoothingMode=SmoothingMode.AntiAliasDimgpAsNewGraphicsPathDimrectAsRectangle=NewRectangle(3,3,panSample.Width-6,panSample.Height-6)gp.AddEllipse(rect)UsingpbrAsPathGradientBrush=NewPathGradientBrush(gp)pbr.CenterPoint=NewPointF((rect.Width/2)+3,(rect.Height/2)+3)pbr.CenterColor=iColorpbr.SurroundColors=oColorg.FillEllipse(pbr,rect)EndUsingUsin

      • 关键字: 拾色器
      • 上架时间: 2023-06-30
      • 浏览次数: 2811
      免费
      立即下载
    • 窗体定位升起降落效果实例源码

      窗体定位升起降落效果实例源码privatevoidbutton1_Click(objectsender,EventArgse){for(inth=0;hthis.Size.Height;h++){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width-this.Size.Width,System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height-h,this.Size.Width,this.Size.Height);//(wz)宽,高,(ct)宽,高,this.DesktopBounds=r;}}privatevoidbutton2_Click(objectsender,EventArgse){for(inth=this.Size.Height;h0;h--){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Wi

      免费
      立即下载