←Select platform

BezierPathCommand Class

Summary

Returns a list of points that from a Bezier curve of the given points.

Syntax
C#
VB
C++
public class BezierPathCommand : RasterCommand 
Public Class BezierPathCommand  
   Inherits RasterCommand 
   Implements RasterCommand, System.IDisposable  
public ref class BezierPathCommand : public RasterCommand, System.IDisposable   

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

Leadtools.ImageProcessing.Core Assembly