2025年10月18日
摘要: FrameBasedAnimation.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schem 阅读全文
posted @ 2025-10-18 09:23 dalgleish 阅读(5) 评论(0) 推荐(0)
摘要: 写一个辅助类PathHelper,用于将PathGeometry转换为对应离散的Point,用于路径追踪。 using System; using System.Collections.Generic; using Avalonia; using Avalonia.Media; public cla 阅读全文
posted @ 2025-10-18 09:14 dalgleish 阅读(5) 评论(0) 推荐(0)