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 : InPoints Property |
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); }