12 lines
343 B
C#
12 lines
343 B
C#
|
Geometry Transform for Rectangle
|
||
|
|
||
|
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
|
||
|
<Rectangle Canvas.Left="90" Canvas.Top="90" Stroke="Red"
|
||
|
Width="8" Height="8"
|
||
|
RenderTransform="10 0 0 10 0 0" />
|
||
|
|
||
|
</Canvas>
|
||
|
|