ImageBox Control with Zoom/Pan Capability】的更多相关文章

Download source files - 10.8 Kb Download demo project - 6.81 Kb Introduction This control extends the capability of an ImageBox by including scrollbars to pan the image and a method for zooming the size of the image. My goal here is to show you two t…
http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content Getting Started Fire up Xcode and create a new project with the iOS\Application\Single View Application template. Enter ScrollViews for the product name, enter the…
今天用了一个github上一个比较好用的Segmented Control但是发现不是我要效果,我需要支持scrollView.当栏目数量超过一屏幕,需要能够滑动. 由于联系作者没有回复,我就自己在其基础上增加了下scrollView的支持. 代码比较简单,直接在UIControl下写的. 其中有一个比较有意思的地方,IndicatorView下面放了一个titleMaskView作为mask.用来遮罩选用的titles标签.已达到过渡效果. 源代码: // // SwiftySegmented…
http://code1.okbase.net/codefile/ZedGraphControl.ContextMenu.cs_201211225626_97.htm // //This library is free software; you can redistribute it and/or //modify it under the terms of the GNU Lesser General Public //License as published by the Free Sof…
info:Djangourl:https://www.oschina.net/p/djangodetail: Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架.使用 Django,我们在几分钟之内就可以创建高品质.易维护.数据库驱动的应用程序. Django 框架的核心组件有: 用于创建模型的对象关系映射 为最终用户设计的完美... info:OpenERPurl:https://www.oschina.net/p/openerpde…
info:更多Django信息url:https://www.oschina.net/p/djangodetail: Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架.使用 Django,我们在几分钟之内就可以创建高品质.易维护.数据库驱动的应用程序. Django 框架的核心组件有: 用于创建模型的对象关系映射 为最终用户设计的完美... info:更多OpenERP信息url:https://www.oschina.net/p/o…
L.Map API各种类中的核心部分,用来在页面中创建地图并操纵地图. 使用 example // initialize the map on the "map" div with a given center and zoom var map = L.map('map', { center: [51.505, -0.09], zoom: 13 }); 构造器 构造器 使用 描述 L.Map( <HTMLElement|String> id, <Map options…
1.Extensions to DrawTools Author Mark Miller I develop software for a leading healthcare system in Northern Illinois. Download updated demo - 55.57 KB Download (VS 2010) updated source - 889.43 KB Introduction Alex Fr provided an excellent set of dra…
2015年马上过半年了.终于第一个大版出来了. What's New in 15.1.2 (VCL Product Line)   New Major Features in 15.1 What's New in VCL Products 15.1 Breaking Changes To learn about breaking changes in this version, please refer to the following page: Breaking Changes in 15.…
(1)zedgraph控件属性具体解释: AxisChange()() ->> This performs an axis change command on the graphPane. BeenDisposed ->> This checks if the control has been disposed. This is synonymous with the graph pane having been nulled or disposed. Therefore this…