图形界面 - 需要使用哪些控件? [英] Graphical interface -what controls need use?

查看:76
本文介绍了图形界面 - 需要使用哪些控件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好!

我希望制作节目,这将显示图形模型(家具表),并在背景上将图像 - 室内空间。下面必须是另一张图片 - 镶木地板。

在右侧窗体上点击按钮可以更改镶木地板和背景房间。

我的问题是我必须控制哪些元素使用,以及它是如何正确的?

解决方案

您需要的是来自InteriorControls.com的InteriorDesign控制包



这个控制包带有一大堆东西,可以节省你几个小时的工作时间,



例如:



 ICRoom room  - 新ICRoom; 
room.Add(新ICFloor(FloorType.Carpet,ICColor桃子);
room.Add(新ICTable(TableType.Coffe,ICWoodType.Teak);
...
room.Render();


Hello!
I wish make program, which will display graphic model (furniture table) and on the background will be image - interior room. And below must be another image - parquet.
At right side form will be buttons by clicking on that changes parquet and background room.
My question is what elements control i must use, and how maje it right?

解决方案

What you need is the InteriorDesign control pack from InteriorControls.com

This control pack comes with a whole bunch of stuff that will save you literally hours of work,

For example:

ICRoom room - new ICRoom;
room.Add(new ICFloor(FloorType.Carpet, ICColor peach);
room.Add(new ICTable(TableType.Coffe, ICWoodType.Teak);
...
room.Render();


这篇关于图形界面 - 需要使用哪些控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆