码迷,mamicode.com
首页 >  
搜索关键字:pasha and pixels    ( 276个结果
备忘录
前端框架:Amaze UI:http://amazeui.org/getting-startedBootstrap:http://www.bootcss.com/响应式布局:PropertyDescriptionwidthWidth of the viewport in pixels (or dev...
分类:其他好文   时间:2015-01-20 19:49:24    阅读次数:145
android+Bitmap Class
public void getPixels (int[] pixels, int offset, int stride, int x, int y, int width, int height) 把位图的数据拷贝到pixels[]中。每一个都由一个表示颜色值的int值来表示。幅度参数表明调用者允许的...
分类:移动开发   时间:2015-01-14 12:36:41    阅读次数:208
Delphi 全局画点TCanvas.Pixels[X,Y]
procedure TForm1.btnChangePixelClick(Sender: TObject);var baseX : integer ; baseY : integer ; i,j : integer; c : TCanvas;begin baseX :=...
分类:Windows程序   时间:2015-01-14 12:31:01    阅读次数:560
display getSize()
If you want the the display dimensions in pixels you can use getSize:Display display = getWindowManager().getDefaultDisplay();Point size = new Point()...
分类:其他好文   时间:2015-01-13 19:27:40    阅读次数:196
Android获取屏幕尺寸的方法
/* * Obtain the window manager and default display, which we will use to * find out the size of the device's display (in pixels) ...
分类:移动开发   时间:2015-01-07 14:32:31    阅读次数:164
Android度量单位说明(DIP,DP,PX,SP)
(一)概念 dip: device independent pixels(设备独立像素). 不同设备有不同的显示效果,这个和设备硬件有关,一般我们为了支持WVGA、HVGA和QVGA 推荐使用这个,不依赖像素。 px: pixels(像素). 不同设备显示效果相...
分类:移动开发   时间:2014-12-10 18:21:13    阅读次数:341
Android屏幕适配
一、度量单位(dp,sp,px)px是Pixels的缩写,是常用的像素单位,对应的是屏幕上的点。在不同分辨率的屏幕上,使用px作为单位的组件尺寸会不一致。相同px的组件,分辨率越大,实际显示尺寸越小dip/dpdp(density-independent pixel)是与密度无关的像素单位,也就是d...
分类:移动开发   时间:2014-12-03 12:05:11    阅读次数:193
The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0”
用Xcode6 或 Application Loader发布时总是提示“Missing required icon file.The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixe...
分类:移动开发   时间:2014-12-02 11:45:30    阅读次数:247
移动端webapp如何应对不同屏幕尺寸(转)
移动设备的用户越来越多,每天android手机的激活量都已经超过130万台,所以我们面向移动终端的WebAPP也开始跟进了。本文主要介绍webapp的开发与调试的相关知识和经验,以及给出几种可选的解决方案。一、基本概念(1) CSS pixels与device pixelsCSS pixels:浏览...
分类:移动开发   时间:2014-12-01 11:24:17    阅读次数:206
【Android】屏幕尺寸的表示
1. 单位- px(pixel): 普通的像素点描述,位图中的一个颜色点(RGBA或者YUV)- dip(device independent pixels): 设备独立像素。- dp: 与dip一样。- pt(point): 标准长度单位。1pt = 1.0 / 72 (in)。- sp(scal...
分类:移动开发   时间:2014-11-30 00:15:13    阅读次数:241
276条   上一页 1 ... 21 22 23 24 25 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!