←Select platform

BezierPathCommand Class

Summary
Returns a list of points from a Bezier curve of the given points.
Syntax
C#
Objective-C
C++/CLI
Python
public class BezierPathCommand : RasterCommand 
@interface LTBezierPathCommand : LTRasterCommand 
public ref class BezierPathCommand : public RasterCommand, System.IDisposable   
class BezierPathCommand(RasterCommand): 
Remarks
  • This command requires an array of 4 points. An Invalid Parameters Exception will be thrown if no 4-points-array is passed.
  • Use the BezierPathCommand to match the output curve with the curve between two corners of the shape before performing UnWarpCommand.
  • Use the Run method to get the curve's points. Obtain the points from the PathPoints property.
Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.