Updates the curve array based on a curve or lines that pass through the specified points.
public static int GetCurvePoints(
int[] curve,
Leadtools.LeadPoint[] userPoints,
Leadtools.Imageprocessing.Effects.CurvePointsType type
)
Public Shared Function GetCurvePoints( _
ByVal curve() As Integer, _
ByVal userPoints() As Leadtools.LeadPoint, _
ByVal type As Leadtools.Imageprocessing.Effects.CurvePointsType _
) As Integer
public static int GetCurvePoints(
int[] curve,
Leadtools.LeadPoint[] userPoints,
Leadtools.Imageprocessing.Effects.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
)
function Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints(
curve ,
userPoints ,
type
)
public:
static int GetCurvePoints(
array<int>^ curve,
Leadtools.array<LeadPoint>^ userPoints,
Leadtools.Imageprocessing.Effects.CurvePointsType 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's recommended to initialize the array 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.
Refer to FreeHandShearCommand and FreeHandWaveCommandexamples.
Products |
Support |
Feedback: GetCurvePoints Method - Leadtools.ImageProcessing.Effects |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.