Completely removed GDI
This commit is contained in:
parent
ddf47ad51b
commit
d76e133f18
31 changed files with 236 additions and 2592 deletions
|
|
@ -38,12 +38,6 @@
|
|||
<TextBlock Text="Chunk:" VerticalAlignment="Center" Grid.Column="2" />
|
||||
<TextBox Text="{Binding ChunkSize, Mode=TwoWay}" Width="74" Grid.Column="3" />
|
||||
</Grid>
|
||||
|
||||
<TextBlock Text="Libreria Immagini" FontWeight="Bold" />
|
||||
<StackPanel Margin="0,2,0,0" Spacing="3">
|
||||
<RadioButton Content="System.Graphics" IsChecked="{Binding UseSystemGraphics}" GroupName="Lib" IsVisible="{Binding IsRunningOnWindows}" />
|
||||
<RadioButton Content="ImageSharp" IsChecked="{Binding UseImageSharp}" GroupName="Lib" />
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Grid.Column="1" Spacing="8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue