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.
我正在尝试在 InkCanvas 上进行比例变换,一些看不见的力量似乎正在影响比例的工作方式。当我尝试设置 CenterX 和 CenterY 时,它们似乎被忽略了。
更新:我应该注意到墨水画布被一个视图框包裹着,我想这也可能会影响它......
我试了一下,确实如此。例如,为了从右到左进行控制扫描,我将RenderTransformOrigin移动到"1, 0"。
我不确定文档,但可能是CenterX/Y与标准化比例无关,而是与 UIElement 的实际大小有关。如果真是这样,那就有点没用了。