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.
WP7では原点部分である上から長方形の描画が行われます。
始点と終点を作成し、そこにカスタマイズした四角形を描画することはできますか?
ありがとう
Canvas を使用して、以下を使用して Canvas 内に Rectangle を配置できます。
<Canvas> <Rectangle Width="100" Height="100" Fill="Aqua" Canvas.Left="100" Canvas.Top="100" /> </Canvas>