摘要: 在WPF框架中有一个抽象类叫Transform,它定义了实现二维平面中的转换的功能。它包括旋转 (RotateTransform)、缩放 (ScaleTransform)、倾斜 (SkewTransform) 和平移 (TranslateTransform)4个子类。它定义如何将点从一个坐标空间映射 阅读全文
posted @ 2024-01-31 19:51 野码 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 先看一段代码: <Window x:Class="HelloWorld.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.co 阅读全文
posted @ 2024-01-31 15:43 野码 阅读(91) 评论(0) 推荐(0) 编辑