←Select platform

InPoints Property

Summary

Gets or sets an array of LeadPoint structures that represent four points on the curve.

Syntax
C#
VB
C++
public LeadPoint[] InPoints { get; set; } 
Public Property InPoints As LeadPoint() 
public: 
property array<LeadPoint>^ InPoints { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

Property Value

Array of 4 points that will be used to form the curve. The first point represents the start point of the curve. The second point represents the point at 1/3 length between the first and the last point of the curve. The third point represents the point at 2/3 length between the first and the last point of the curve. The fourth point represents the last point of the curve.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly