←Select platform

Points Property

Summary
The curve points.
Syntax
C#
VB
C++
public IList<LeadPoint> Points { get; } 
Public ReadOnly Property Points As IList(Of LeadPoint) 
public: 
property IList<LeadPoint>^] Points { 
   IList<LeadPoint>^] get(); 
} 

Property Value

A collection of LeadPoint objects that define the curve points.

Remarks

The number of points in the Points collection obey the following rules:

  • If Type is RasterCurveType.Bezier, the number of points in Points must be 3n + 1, where n >= 1. For example, the number of points can be 4, 7, 10, 13, and so on.
  • If Type is RasterCurveType.Standard, the number of points in Points must be greater than or equal to 3. For example, the number of points can be 3, 4, 5, 6, and so on.
Example

For an example, refer to RasterCurve.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.