資源簡介
控件主要有三個功能:涂鴉、裁剪、合成。
涂鴉:主要是用到了InkToolbar和InkCanvas。
裁剪:這個用到的比較復(fù)雜,源碼會公布出來。
合成:將涂鴉圖層按比例縮放到原圖大小,然后兩個圖層進行合成。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Net.NetworkInformation;
using?System.Text;
using?System.Threading.Tasks;
using?Windows.Devices.Geolocation;
using?Windows.Devices.Power;
using?Windows.Networking.Connectivity;
using?Windows.Storage.Streams;
using?Windows.System.Profile;
using?Windows.UI;
using?Windows.UI.ViewManagement;
namespace?CommonLibrary
{
????public?class?DeviceInfoHelper
????{
????????public?static?bool?IsStatusBarPresent?=?Windows.Foundation.metadata.ApiInformation.IsTypePresent(“Windows.UI.ViewManagement.StatusBar“);
????????public?static?bool?isHWBtnAPIPresent?=?Windows.Foundation.metadata.ApiInformation.IsTypePresent(“Windows.Phone.UI.Input.HardwareButtons“);
????????private?static?string?_ashwid?=?string.Empty;
????????public?sta
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\
?????文件????????2518??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\.gitattributes
?????文件????????3833??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\.gitignore
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\
?????文件????????7942??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\CommonLibrary.csproj
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\
?????文件????????3003??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\GifFileHandler.cs
?????文件????????5179??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\GifPropertiesHelper.cs
?????文件???????14562??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\GifRenderer.cs
?????文件????????2226??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\InactiveGifManager.cs
?????文件??????????99??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\ScaleSettings.cs
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\Structs\
?????文件?????????534??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\Structs\fr
?????文件?????????503??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\Structs\ImageProperties.cs
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\Themes\
?????文件?????????579??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\GifRenderer\Themes\GifRendererTheme.xaml
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\
?????文件?????????244??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\AspectRatio.cs
?????文件???????14715??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\BitmapHelper.cs
?????文件????????5081??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\Converter.cs
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\Crop\
?????文件???????21830??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\Crop\CropImageControl.cs
?????文件?????????316??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\Crop\CropImageSourceChangedEventHandler.cs
?????文件???????13440??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\CropSelection.cs
?????文件?????????246??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\CropSelectionSize.cs
?????文件????????1774??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\fr
?????文件???????28960??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\ImageTool.cs
?????文件????????1855??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\ImageCrop\PlatformIndependent.cs
?????目錄???????????0??2016-06-14?09:19??UWP_ToolKit_CommonLibrary-master\CommonLibrary\Controls\ImageControl\Themes\
............此處省略78個文件信息
評論
共有 條評論