View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002459 | NoesisGUI | C# SDK | public | 2022-11-14 07:35 | 2022-11-14 15:56 |
| Reporter | jphyzic | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.1.4 | ||||
| Target Version | 3.1.7 | ||||
| Summary | 0002459: PolyLineSegment constructor has invalid signature | ||||
| Description | PolyLineSegment class has a constructor with the following signature: public PolyLineSegment(ref Point points, uint numPoints, bool isStroked) which should be: public PolyLineSegment(IEnumerable<Point> points, bool isStroked) | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-11-14 07:35 | jphyzic | New Issue | |
| 2022-11-14 15:56 | sfernandez | Assigned To | => sfernandez |
| 2022-11-14 15:56 | sfernandez | Status | new => assigned |
| 2022-11-14 15:56 | sfernandez | Target Version | => 3.1.7 |