示例#1
0
文件: Area.cpp 项目: gorilux/libarea
	ThickLine(const CCurve& curve)
	{
		m_curve = curve;
		m_area.append(curve);
		m_area.Thicken(0.001);
	}