Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

InPoints Property (BezierPathCommand)








Gets or sets an array of LeadPoint structures that represent four points on the curve.
Syntax
public LeadPoint[] InPoints {get; set;}
'Declaration
 
Public Property InPoints As LeadPoint()
'Usage
 
Dim instance As BezierPathCommand
Dim value() As LeadPoint
 
instance.InPoints = value
 
value = instance.InPoints
public LeadPoint[] InPoints {get; set;}
 <br/>get_InPoints();<br/>set_InPoints(value);<br/>Object.defineProperty('InPoints'); 
public:
property array<LeadPoint>^ InPoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

Array of 4 points that will be used to form the curve. The first point represents the start point of the curve. The second point represents the point at 1/3 length between the first and the last point of the curve. The third point represents the point at 2/3 length between the first and the last point of the curve. The fourth point represents the last point of the curve.
Requirements

Target Platforms

See Also

Reference

BezierPathCommand Class
BezierPathCommand Members

Error processing SSI file