|
AxisAlignedBoundingBox2Upper Property
|
Gets or sets the upper right point of the bounding box.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point2 Upper { get; set; }
Public Property Upper As Point2
Get
Set
public:
property Point2 Upper {
Point2 get ();
void set (Point2 value);
}
member Upper : Point2 with get, set
Property Value
Type:
Point2
See Also