←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 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly