Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > BezierPathCommand Class : PathPoints Property |
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(); }