public static int GetCurvePoints(
int[] curve,
LeadPoint[] userPoints,
CurvePointsType type
)
+ (NSUInteger)getCurvePoints:(int *)curve
userPoints:(const LeadPoint *)userPoints
userPointsCount:(NSUInteger)userPointsCount
type:(LTCurvePointsType)type
error:(NSError **)error
public static int getCurvePoints(
int[] curve,
LeadPoint[] userPoints,
CurvePointsType type
);
public:
static int GetCurvePoints(
array<int>^ curve,
array<LeadPoint>^ userPoints,
CurvePointsType type
)
def GetCurvePoints(self,curve,] userPoints,type):
curve
Array of integers to be filled by this method. To get the real value of the array elements, each of the values must be divided by 1000.
userPoints
Array of LeadPoint structures that contain the points on the curve used to determine the values of curve array. The minimum x coordinate value is 0.
type
Flag that indicates the method to be used to update the curve array.
return the number of entries in curve array that were actually updated by this method.
To compute the size of the curve array: Size = Maximum (userPoint.X) + userPoints.Length; This means that the user needs to find the maximum x coordinate value out of userPoint and add the number of Points (userPoints.Length) sent to the method.
It is recommended to initialize the array curve before sending it to the function.
Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand
Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document