ImageGear .NET - Updated
RightBottom Property (IImGearBinocular)




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

Property Value

ImGearPoint structure.
See Also

Reference

IImGearBinocular Interface
IImGearBinocular Members
ImGearPoint Structure