ImageGear .NET v25.1 - Updated
RightBottom Property (ImGearBinocular)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearBinocular Structure : RightBottom Property
Gets or sets the coordinate of the right-bottom corner of the bounding rectangle.
Syntax
'Declaration
 
Public Property RightBottom As ImGearPoint
'Usage
 
Dim instance As ImGearBinocular
Dim value As ImGearPoint
 
instance.RightBottom = value
 
value = instance.RightBottom
public ImGearPoint RightBottom {get; set;}
public: __property ImGearPoint get_RightBottom();
public: __property void set_RightBottom( 
   ImGearPoint value
);
public:
property ImGearPoint RightBottom {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImGearPoint structure.
See Also

Reference

ImGearBinocular Structure
ImGearBinocular Members
ImGearPoint Structure