Public Property minCoords As Point Get Set
public Point minCoords { get; set; }
public: property Point minCoords { Point get (); void set (Point value); }