Version

GetPointsOverride Method (PolyBezierSegmentData)

Called to extract the salient points from this data.
Syntax
'Declaration
 
Public Overrides Sub GetPointsOverride( _
   ByVal current As List(Of PointData), _
   ByVal settings As GetPointsSettings _
) 
public override void GetPointsOverride( 
   List<PointData> current,
   GetPointsSettings settings
)

Parameters

current
The points container.
settings
Information about how point saliency is determined.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also