/
tltprog
/
GRAPHICS
Обзор
Документация
Войти
/
tltprog
/
GRAPHICS
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Diffuse/DiffuseVisualDrawing/MainWindow.xaml
12 строк
663 B
tltrus
up
18 май 2024, 18:52
18 май 2024, 18:52
027f164
Код
Авторство
О чём код?
<Window x:Class="DiffuseVisualDrawing.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:DiffuseVisualDrawing" mc:Ignorable="d" Title="Diffusion Algorithm" Height="235" Width="215"> <Grid RenderOptions.BitmapScalingMode="LowQuality"> <local:DrawingVisualClass x:Name="g" Background="Black" Height="200" Width="200" Margin="5" /> </Grid> </Window>