Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读到 wpf 程序可以在像素之间画线,然后在一个像素上显示 0.5 线,在另一个像素上显示 0.5 线。这是否意味着除了受硬件限制外,我可以绘制多小的线没有实际限制?
WPF 用于double表示所有几何属性(如线的长度)。在实际输出到屏幕时,这些显然会四舍五入到像素,但这发生在核心级别。据你,作为程序员,你需要知道,你可以设计任何长度在double.MinValue和double.MaxValue(±1.8E+308)之间的线
double
double.MinValue
double.MaxValue