-
C# WPF 使用图像控件显示绘制的文本字符串
C# WPF 使用图像控件显示绘制的文本字符串,这里将文字绘制成渐变色样式,十分漂亮,颜色值和字体样式可在实例源码目录的Window1.xaml.cs文件中修改,代码如下:
用图像控件显示绘制的文本字符串
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
//对颜色的定义
MyRadialGradientBrush.GradientOrigin = new Point(0.5, 0.5);
MyRadialGradientBrush.Center = new Point(0.5, 0.5);
MyRadialGradientBrush.RadiusX = 0.5;
MyRadialGradientBrush.RadiusY = 0.5;
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Yellow, 0.0));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Red, 0.25));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Blue, 0.75));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.LimeGreen, 1.0));
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
//要显示字体的定义
string MyText = "开源爱好者";
var MyFont = new FontFamily("宋体");、、字体样式的定义,默认为宋体
FormattedText MyFo
- 2023-04-06 04:45:04下载
- 积分:1
-
ClosestFacilitySolver
AE中实现最近设施的例子,没有附带数据。(AE facilities to implement the recent examples, not with data)
- 2010-07-25 18:05:20下载
- 积分:1
-
C语言实现内存驻留的程序
C语言实现内存驻留的程序-C language in the presence of memory processes
- 2023-08-02 19:50:02下载
- 积分:1
-
pianxin
计算偏心圆导热计算以及同位网格上的SIMPLE算法
(Calculating thermal calculations and eccentric position on the grid with SIMPLE algorithm)
- 2013-07-02 21:26:11下载
- 积分:1
-
PICdsp33XX外设功能
单片机PICdsp33XX外设功能资料汇集。(MCU PicDSP33 series function)
- 2018-06-27 21:19:08下载
- 积分:1
-
dotnet书C
Dotnet book for c Sharp
Dotnet book for c Sharp
Dotnet book for c Sharp-Dotnet book for c Sharp
Dotnet book for c Sharp
Dotnet book for c Sharp
Dotnet book for c Sharp
- 2022-03-18 16:04:47下载
- 积分:1
-
imagefilter.tar
Image filter transformation
- 2009-03-12 03:57:01下载
- 积分:1
-
oslab-total
OS 实验 浙江大学 小车 十字路口 进程控制 调用(OS lab1 car crossing)
- 2020-11-22 08:19:35下载
- 积分:1
-
Queue
关于队列的实现,按照算法导论书上得来,简单易用。(On the implementation of the queue, according to the book Introduction to Algorithms, come on, easy to use.)
- 2010-12-15 20:52:52下载
- 积分:1
-
NHibernate notebook. Doc in the project to use NHibernate found some of the prob...
NHibernate笔记.doc
在项目中使用NHibernate发现的一些问题及使用上的小经验-NHibernate notebook. Doc in the project to use NHibernate found some of the problems and the use of small experiences
- 2023-01-22 23:40:03下载
- 积分:1