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.
使用ScaleTransform该类时,Silverlight 还会缩放我显示的形状上的笔触粗细。但是,如果我不想要这种行为怎么办?是否可以禁用笔画的缩放,或者我必须遍历每个形状对象并设置倒数厚度?
ScaleTransform
AScaleTransform是渲染变换。它不会改变底层布局,只是改变它在屏幕上的绘制方式。不可能有点比例但没有线宽比例。