'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The contours of the image.")> Public ReadOnly Property Contours As System.Drawing.Point
[ReadOnly(True)] [Description("The contours of the image.")] public System.Drawing.Point Contours { get; }
[ReadOnly(True)] [Description("The contours of the image.")] public: __property System.Drawing.Point* get_Contours();
[ReadOnly(True)] [Description("The contours of the image.")] public:
property System.Drawing.Point^ Contours { System.Drawing.Point^ get(); }