View Issue Details

IDProjectCategoryView StatusLast Update
0002459NoesisGUIC# SDKpublic2022-11-14 15:56
Reporterjphyzic Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version3.1.4 
Target Version3.1.7 
Summary0002459: 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)

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

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