WPF Bounding Box for easy manipulation.
WPF Bounding Box for easy manipulation.
Please add an issue on this repository, for every bug fix or additional feature that you wish I’ll add.
And I’ll try to handle it as fast as I can.
ManipulatedBBox is available on NuGet:
Install-Package HMTools.ManipulatedBBox
xmlns:bbox="clr-namespace:ManipulatedBBox;assembly=ManipulatedBBox"
<Grid Background="Gray">
<bbox:BBox VerticalAlignment="Bottom" HorizontalAlignment="Left"
Width="200" Height="200" SizeRatio="1.5">
<Polygon Points="10,110 60,10 110,110, 80, 150, 165, 250"
Fill="Blue" Stretch="Fill"></Polygon>
</bbox:BBox>
</Grid>