我有一個Grid
& Star
形狀Path
。
在silverlight c#中如何將網格剪成星型路徑的形狀?
<Path x:Name="StarPath" Data="M213,135 L183,213 L87,246 L159,288 C159,288 140,372 140,375 C140,378 226,329 226,329 L303,367 L280,275 L316,216 L246,219" Fill="#FF0EB679" HorizontalAlignment="Left" Height="241.132" Margin="86.5,134.5,0,0" Stretch="Fill" Stroke="Black" UseLayoutRounding="False" VerticalAlignment="Top" Width="230"/>
<Grid HorizontalAlignment="Left" Height="300" Width="300" Background="#FFD11010"/> <br/><br/>
我想讓我的Grid in the shape of Star shaped Path
。
任何人都可以提供任何提示或樣本Clipping Grid by Path by Code
?
http://www.c-sharpcorner.com/uploadfile/mahesh/cropping-or-clipping-in-silverlight/這顯示瞭如何使用XAML形狀;如果你想用C#代碼來做,你可以訪問'UIElement.Clip'屬性並在那裏執行。 – 2013-04-25 15:24:43
@ChrisSinclair謝謝。但是我正在尋找Path的剪輯;如果你能給我提供一個示例代碼片段(剪裁UIElement By Path),可能會感激不盡。 – asitis 2013-04-26 05:27:17