2011年9月22日 星期四
Delphi XE2 之 FireMonkey 入门(9) - TBitmap
万一| 万一的 Delphi 博客 |20:17:00
TBitmap 主要成员:{ 方法 }SetSize(); //设置大小Clear(); //取消, 就是用指定颜色覆盖ClearRect(); //覆盖指定矩形范围, 默认覆盖为透明色BitmapChanged(); //刷新改变IsEmpty(); //是否为空Updat...
Delphi XE2 之 FireMonkey 入门(8) - TImage
万一| 万一的 Delphi 博客 |18:32:00
TImage 主要成员:{ 属性 }Bitmap : TBitmap; //图像BitmapMargins : TBounds; //边缘空白WrapMode : TImageWrapMode; //枚举; iwOriginal、iwFit、iwStretch、iwTile(原始、适合、拉伸、平铺)DisableInterpolation :...
Delphi XE2 之 FireMonkey 入门(7) - TText 与 TFont
万一| 万一的 Delphi 博客 |17:54:00
TText 也是从 TShape(TControl -> TShape)继承;而与之类似的 TLabel 的继承序列是 TControl -> TStyledControl -> TTextControl -> TLabel.TText 的主要成员:{ 属性 }Text : string; //文本内容Font : TFont; //字体Fill : TBru...
Delphi XE2 之 FireMonkey 入门 (6) - TLine、TEllipse、TCircle、TPie、TArc、TRectangle、TRoundRect、TCalloutRectangle
万一| 万一的 Delphi 博客 |16:40:00
它们都是继承自 TShape 类, 共同拥有如下属性:Fill : TBrush; //填充Stroke : TBrush; //边线(画笔)StrokeThickness : Single; //厚度(边线宽度)StrokeCap : TStrokeCap; //线帽样式, TStrokeCap (枚举)类型StrokeDash ...
Delphi XE2 之 FireMonkey 入门(6) - TLine、TEllipse、TCircle、TPie、TArc、TRectangle、TRoundRect、TCalloutRectangle
万一| 万一的 Delphi 博客 |16:40:00
它们都是继承自 TShape 类, 共同拥有如下属性:Fill : TBrush; //填充Stroke : TBrush; //边线(画笔)StrokeThickness : Single; //厚度(边线宽度)StrokeCap : TStrokeCap; //线帽样式, TStrokeCap (枚举)类型StrokeDash ...





冀公网安备 13098202000212号