←Select platform

InPoints Property

Summary
Gets or sets an array of LeadPoint structures that represent four points on the curve.
Syntax
C#
Objective-C
C++/CLI
Python
public LeadPoint[] InPoints { get; set; } 
@property (nonatomic, strong, nullable) NSArray<NSValue *> *inPoints; //LeadPoint 
public: 
property array<LeadPoint>^ InPoints { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 
InPoints # get and set (BezierPathCommand) 

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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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