The rich material and exquisite craftsmanship make it hard to put my hands. While it is true that Hermes bag stands clearly above all the other luxury...
分类:
其他好文 时间:
2014-08-20 11:45:46
阅读次数:
387
一个图片装饰器的制作一1 首先创建工程picDecor,2 然后从对象库中,拉出Round Rect按钮到视图中,3 为了显示用户所选择的图片,需要往视图里, 添加view Controller对象,如下图4 还要一个图片视图imageView来编辑一张图片和一个windows and Bars工具...
分类:
其他好文 时间:
2014-08-19 19:00:55
阅读次数:
344
GetWindowRect是取得窗口在屏幕坐标系下的RECT坐标(包括客户区和非客户区),这样可以得到窗口的大小和相对屏幕左上角(0,0)的位置。GetClientRect取得窗口客户区(不包括非客户区)在客户区坐标系下的RECT坐标,可以得到窗口的大小,而不能得到相对屏幕的位置,因为这个矩阵是在客...
void OnDraw(CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid)
{
if (!pdc)
return;
CClientDC dc(this);
CRect rect;
GetClientRect(rect);
CDC MemDC;
MemDC.CreateCompatibleDC(&dc);
...
分类:
其他好文 时间:
2014-08-18 18:44:03
阅读次数:
211
You are given the task to design a lighting system for a huge conference hall. After doing a lot of calculation & sketching, you have figured out the requirements for an energy-efficient design that c...
分类:
其他好文 时间:
2014-08-18 00:21:55
阅读次数:
211
/*** 图片裁剪裁剪原理:先在控制器上确定一个区域,然后再把要把需要裁剪的图片该区域上面,超出区域的图片都不显示** @param rect*/-(void) drawRect:(CGRect)rect{ CGContextRef ref = UIGraphicsGetCurrentContext...
分类:
移动开发 时间:
2014-08-16 19:43:50
阅读次数:
270
Rect位于android.graphics下,表示一个矩形,由四条边的坐标组成,提供了一些设置方法,都比较简单,源码如下:
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* yo...
分类:
移动开发 时间:
2014-08-15 16:05:12
阅读次数:
327
1 1 var canvas=document.getElementById("canvas"); 2 var cxt=canvas.getContext("2d"); 3 cxt.beginPath(); 4 cxt.rect(100,20,100,100); 5 ...
分类:
其他好文 时间:
2014-08-15 14:28:39
阅读次数:
131
KineticJS教程(9) 作者: ysm 9.选择器Kinetic在舞台、层和组对象上都提供了get方法,用于返回这三者中包含的对象。9.1.根据ID获取对象要用id获取对象,首先要给对象赋予一个id,比如下面代码创建的Rect的id就是id1:要注意的是,id是唯一的,不同对象不能使用相同的i...
分类:
Web程序 时间:
2014-08-14 13:51:58
阅读次数:
235
Description
J
Skyscraper
The Build n' Profit construction company is about to build its tallest building. It will be huge, the tallest building in the world by a wide marg...
分类:
其他好文 时间:
2014-08-11 15:07:42
阅读次数:
236