コード例 #1
0
ファイル: TikzDisplay.xaml.cs プロジェクト: wilsoc5/tikzedt
        static void OnPdfPathChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            TikzDisplay td = d as TikzDisplay;

            td.TheModel.Refresh();
        }
コード例 #2
0
ファイル: TikzDisplay.xaml.cs プロジェクト: wilsoc5/tikzedt
        static void OnResolutionChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            TikzDisplay td = d as TikzDisplay;

            td.TheModel.RedrawBMP(false);
        }