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.
WP アプリケーション ページに大きな画像があります。ほとんど見えないので、この画像を拡大したいと思います。これを行うには、アプリで何を変更する必要がありますか?
var scale = new ScaleTransform { ScaleX = 1.5, ScaleY = 1.5 }; imgPhoto.RenderTransform = scale;
ScaleTransform