CPF.Drawing 命名空间 |
[缺少 "N:CPF.Drawing" 的 <summary> 文档]
| 类 | 说明 | |
|---|---|---|
| Bitmap |
位图
| |
| BitmapLock |
位图锁,使用完了记得Dispose
| |
| Brush |
笔刷
| |
| ColorConverter | ||
| DrawingContext |
绘图上下文
| |
| DrawingFactory | ||
| Geometry | ||
| Image | ||
| LinearGradientBrush |
线性渐变笔刷,默认是左到右
| |
| MatrixConverter | ||
| PathGeometry |
支持WPF里的字符串格式数据,隐式转换
| |
| PointConverter | ||
| RadialGradientBrush |
径向渐变画笔
| |
| SizeConverter | ||
| SolidColorBrush |
纯色笔刷
| |
| TextureBrush |
图片纹理笔刷
|
| 结构 | 说明 | |
|---|---|---|
| Color | ||
| Font | ||
| GradientStop |
定义颜色渐变
| |
| Matrix |
3*3 2D变换矩阵
| |
| Point | ||
| Rect | ||
| Shadow |
定义一个阴影
| |
| Size | ||
| Stroke |
线条样式
| |
| TextDecoration |
表示一个文本修饰,它是可添加到文本的视觉装饰(如下划线)。字符串格式: overline/Underline/Strikethrough [width] [Solid/Dash/Dot/DashDot/DashDotDot] [color]
| |
| Vector |
| 接口 | 说明 | |
|---|---|---|
| IBitmapImpl | ||
| IBitmapLockImpl | ||
| IGeometryImpl | ||
| IImage | ||
| IImageImpl | ||
| IPathImpl |
Path内部实现接口
| |
| IRenderTarget |
定义一个渲染目标
|
| 枚举 | 说明 | |
|---|---|---|
| AlphaType | ||
| AntialiasMode |
抗锯齿模式
| |
| CapStyles | ||
| DashStyles | ||
| FillRule | ||
| FontStyles | ||
| ImageFormat | ||
| LineJoins | ||
| PixelFormat |
位图像素格式
| |
| TextAlignment |
文档元素对齐方式
| |
| TextDecorationLocation | ||
| TextTrimming |
描述当文本溢出其包含框的边缘时如何修整文本。
| |
| TextWrapping |
是否换行
| |
| WrapMode |
指定纹理或渐变平铺小于所填充的区域时
|