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

Show in webframe

PathPoints Property








Gets an array of LeadPoint structures that represent the Bezier curve's points.
Syntax
public LeadPoint[] PathPoints {get;}
'Declaration
 
Public ReadOnly Property PathPoints As LeadPoint()
'Usage
 
Dim instance As BezierPathCommand
Dim value() As LeadPoint
 
value = instance.PathPoints
public LeadPoint[] PathPoints {get;}
 get_PathPoints(); 
public:
property array<LeadPoint>^ PathPoints {
   array<LeadPoint>^ get();
}

Property Value

Array of points that form a Bezier curve.
Requirements

Target Platforms

See Also

Reference

BezierPathCommand Class
BezierPathCommand Members

Error processing SSI file