搜索资源列表
GDIPens
- 一旦配置了 Pen 和转换,用户就可以选择要绘制的图形: 线条 使用 DrawLine 方法绘制线条。 交叉线 使用 DrawLines 方法绘制线条。 圆形和曲线 使用 DrawEllipse 和 DrawArc 方法绘制线条。 -Once the configuration of the Pen and conversion, users can choose to draw graphics: lines drawLine method used to
drawarc
- c++实现手动自选坐标点任意位置任意点画圆弧算法-c++ achieved manually coordinate dotted circle algorithm
DrawArc
- WINCE下的画圆弧算法,输入参数为hdc,x0,y0,r,a,b。x0,y0为圆心坐标,r为半径,a为起始角度(逆时针),b为b和a之间的夹角(逆时针)。采用离散的算法。-WINCE under an arc algorithm, the input parameters for hdc, x0, y0, r, a, b. x0, y0 as the center coordinates, r is the radius, a starting angle (counterclockwise)
DrawArc
- C#与sharpgl根据采集到的数据信息实现三维图形显示-C# and sharpgl based on the collected data to achieve three-dimensional graphics display
drawarc
- 使用Java进行画图,通过简单几何形状画出风车(Drawing with Java and drawing a windmill through a simple geometry)