搜索资源列表
MiniDraw
- 简单的绘图小软件,可以绘制线段,矩形,椭圆和任意多边形-Easy small graphics software, you can draw line, rectangle, ellipse and arbitrary polygon
minidrw7
- Demonstate use of minidraw.draws graph of data given in binary format.
MiniDraw
- 用父类下的子类实现各种多边形的绘制,画线条扇形,任意封闭曲线,椭圆矩形等-Subclass of the parent class of polygon drawing, painting lines on the fan, any closed curve, ellipse, rectangle, etc.
minidraw
- MFC编程。能画直线的小程序,并且鼠标移动时直线终点会跟随鼠标移动。-MFC programming. Applet can draw a straight line, and the mouse moves the end point of the line will follow the mouse movement.
MyMinDrawing
- 一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如Line, Ellipse, Rect, Polygon, Freehand; 各种图元可从一个父类Figure来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Paint a small program MiniDraw, asked to draw