←Select platform

PathPoints Property

Summary
Gets an array of LeadPoint structures that represent the Bezier curve's points.
Syntax
C#
Objective-C
C++/CLI
Python
public LeadPoint[] PathPoints { get; } 
@property (nonatomic, strong, nullable) NSArray<NSValue *> *pathPoints; //LeadPoint 
public: 
property array<LeadPoint>^ PathPoints { 
   array<LeadPoint>^ get(); 
} 
PathPoints # get  (BezierPathCommand) 

Property Value

Array of points that form a Bezier 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.