In This Topic
The points of a DicomLabel (of type PolyLine or Polygon)
Syntax
'Declaration
Public Property Points As System.Drawing.PointF()
'Usage
Dim instance As DicomLabel
Dim value() As System.Drawing.PointF
instance.Points = value
value = instance.Points
public System.Drawing.PointF[] Points {get; set;}
public read-write property Points: System.Drawing.array of PointF;
public function get,set Points : System.Drawing.PointF[]
public: __property System.Drawing.PointF[]* get_Points();
public: __property void set_Points(
System.Drawing.PointF[][]* value
);
public:
property System.Drawing.array<PointF>^ Points {
System.Drawing.array<PointF>^ get();
void set ( System.Drawing.array<PointF>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also