为您找到相关结果547,047个
PHP中使用Imagick实现各种图片效果实例_php技巧_脚本之家
chopImage ( int $width , int $height , int $x , int $y ) 参数说明:删除一定范围的图像区域 就不做参数说明,一看便知. colorizeImage( mixed $colorize , mixed $opacity )混合填充颜色 $colorize 颜色 $opacit 透明度 例子: 复制代码代码如下: ...
www.jb51.net/article/601...htm 2025-5-14
Android 缩放动画 ScaleAnimation的使用小结_Android_脚本之家
android:duration="200" android:fillAfter="true" android:fillEnabled="true" android:fromXScale="0" android:fromYScale="0" android:pivotX="100%" android:pivotY="0" android:toXScale="1.0" android:toYScale="1.0" /> <!--同时配置淡入功能--> <alpha android:duration="200" android:fillAfter=...
www.jb51.net/program/318526e...htm 2025-5-16
使用Qt的QChartView实现缩放和放大功能_C 语言_脚本之家
plotGradient.setFinalStop(0,400);//y方向 >400 为绿色渐变,结束位置为绿色 plotGradient.setColorAt(0,QColor(200,200,200));//黑色,透明度从 0 ~ 1, plotGradient.setColorAt(1,QColor(120,120,120)); customPlot->setBackground(plotGradient); //设置QCPAxisRect轴矩形的背景颜色 QLinearGradient axis...
www.jb51.net/article/2631...htm 2025-5-18
JavaScript+html5 canvas绘制的小人效果_javascript技巧_脚本之家
offsetY = 20; cache.context = dyl.createContext('canvas'); dyl.rect(dyl.createColor(), 60 + offsetX, 0 + offsetY, 185, 100); dyl.rect(dyl.createColor(), 100 + offsetX, 100 + offsetY, 100, 50); dyl.rect(dyl.createColor(), 20 + offsetX, 150 + offsetY, 260, 200); dyl...
www.jb51.net/article/787...htm 2025-5-1
html中显示特殊符号(附带特殊字符对应表)_HTML/Xhtml_网页制作_脚本之...
ÿ ÿ ÿ Small y, umlaut 到此这篇关于html中显示特殊符号(附带特殊字符对应表)的文章就介绍到这了,更多相关html显示特殊符号内容请搜索脚本之家以前的文章或继续浏览下面的相关文章,希望大家以后多多支持脚本之家!Tag:HTML 显示特殊符号 相关...
www.jb51.net/web/7797...html 2025-5-19