首页 [ 学教实践 ] COLORPICK拾色器源码
一键分享

COLORPICK拾色器源码

  • 免费

2012-02-24 11:36:54

  • 源码类型: C/S
  • 开发环境: VS2022 + 无数据库
  • 开发语言: VB.net
  • 标签: 拾色器
  • 评分:
收藏 132 次|关注 2581 次|下载 113 次

免费


交付物: 源码包
    商家已实名认证
  • 分享者:btree***
  • 访问次数:   10519 次
  • 源码数量:   83 套
  • 通过比率:   100%
  • 活跃于:   三个月前
  • 最新IP属地:北京市
  • 微信扫码咨询
.net

源码介绍

源码参数

  • 源码类别:【学教实践】
  • 源码类型:C/S
  • 适合人群: 菜鸟进阶
  • 授权类型:免费版
  • 开发语言:VB.net
  • 数据库:无数据库
  • 源码大小:832KB
  • 相关网址: 【免费浏览】
  • 源码指数:
  • 完整度:
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel

一、更新记录

1、更新日期:2023-06-30 00:00:00

2、更新内容:
 

ColorPick拾色器源码

 

程序介绍:
使用VB.NET开发的Winform小程序,通过拾色器可以快速选择
文本或背景色。显示精准RGB数值,对应某种颜色。
部分代码
    Sub PaintBall()
        panSample.Refresh()
        Dim g As Graphics = panSample.CreateGraphics
        g.SmoothingMode = SmoothingMode.AntiAlias
        Dim gp As New GraphicsPath
        Dim rect As Rectangle = New Rectangle(3, 3, panSample.Width - 6, panSample.Height - 6)
        gp.AddEllipse(rect)

        Using pbr As PathGradientBrush = New PathGradientBrush(gp)
            pbr.CenterPoint = New PointF((rect.Width / 2) + 3, (rect.Height / 2) + 3)
            pbr.CenterColor = iColor
            pbr.SurroundColors = oColor
            g.FillEllipse(pbr, rect)
        End Using

        Using pn As Pen = New Pen(bColor, 3)
            g.DrawPath(pn, gp)
        End Using

        gp.Dispose()
        g.Dispose()
    End Sub

责任编辑:超级美少女

下载记录(Only Recent 100)

用户名 推荐指数 下载时间

源码评论

单击更换

评论列表

全部评论
  • 暂无评论 …

最近更新

      下载排行