Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > RegionContourPointsCommand Class : Points Property |
public LeadPoint[] Points {get;}
'Declaration
Public ReadOnly Property Points As LeadPoint()
'Usage
Dim instance As RegionContourPointsCommand Dim value() As LeadPoint value = instance.Points
public LeadPoint[] Points {get;}
get_Points();
public: property array<LeadPoint>^ Points { array<LeadPoint>^ get(); }