• 大小: 0.28M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: view  wpf  wp  

资源简介

WPF图片预览器

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;

namespace SDKSamples.ImageSample
{
    // Adorner based on the ResizingAdorner in the SDK sample
    public class CroppingAdorner : Adorner
    {
        // Cropping adorner uses Thumbs for visual elements.  
        // The Thumbs have built-in mouse input handling.
        Thumb topLeft topRight bottomLeft bottomRight;

        // To store and manage the adorner‘s visual children.
        VisualCollection visualChildren;

        // Initialize the CroppingAdorner.
        public CroppingAdorner(UIElement adornedEle

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       10944  2014-06-06 09:28  description.html
     文件        1670  2014-06-06 09:28  description\offline.js
     文件           0  2014-06-06 09:28  description\Combined.css
     文件           0  2014-06-06 09:28  description\b79636be-b088-48b5-8a8d-c21645d26d2fCombined.css
     文件       10457  2014-06-06 09:28  description\Galleries.css
     文件        1727  2014-06-06 09:28  description\Layout.css
     文件       71647  2014-06-06 09:28  description\Brand.css
     文件        3369  2014-06-06 09:28  description\iframedescription.css
     文件       22418  2014-06-06 09:28  license.rtf
     文件        8663  2014-06-06 09:28  C#\adorner.cs
     文件         445  2014-06-06 09:28  C#\app.xaml
     文件         580  2014-06-06 09:28  C#\app.xaml.cs
     文件        5331  2014-06-06 09:28  C#\converters.cs
     文件       13355  2014-06-06 09:28  C#\data.cs
     目录           0  2014-06-06 09:28  C#\images\
     文件       49370  2014-06-06 09:28  C#\images\market 031.jpg
     文件       44279  2014-06-06 09:28  C#\images\market 032.jpg
     文件       65481  2014-06-06 09:28  C#\images\market 034.jpg
     文件       55765  2014-06-06 09:28  C#\images\market 039.jpg
     文件       35239  2014-06-06 09:28  C#\images\market 040.jpg
     文件       10926  2014-06-06 09:28  C#\mainwindow.xaml
     文件        1261  2014-06-06 09:28  C#\mainwindow.xaml.cs
     文件        4020  2014-06-06 09:28  C#\photoapp.csproj
     文件         905  2014-06-06 09:28  C#\photoapp.sln
     文件       17920  2014-06-06 09:28  C#\photoapp.suo
     文件        1642  2014-06-06 09:28  C#\photoview.xaml
     文件        1990  2014-06-06 09:28  C#\photoview.xaml.cs
     文件        7795  2014-06-06 09:28  C#\readme.htm

评论

共有 条评论