private SimplifiedGeometryShape(List<GeometryFigure> figures, StrokeStyle strokeStyle, float strokeWidth) { if (figures.Count < 1) { polygons = null; ...
確定! 回上一頁