| RectangleRightLower Property |
Right lower point of the rectangle.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Point RightLower { get; set; }
Public Property RightLower As Point
Get
Set
Dim instance As Rectangle
Dim value As Point
value = instance.RightLower
instance.RightLower = value
public:
property Point RightLower {
Point get ();
void set (Point value);
}
Property Value
Type:
PointSee Also