ImageGear .NET v25.1 - Updated
Bottom Property (ImGearRect)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearRect Structure : Bottom Property
Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
 
Public Property Bottom As IntPtr
'Usage
 
Dim instance As ImGearRect
Dim value As IntPtr
 
instance.Bottom = value
 
value = instance.Bottom
public IntPtr Bottom {get; set;}
public: __property IntPtr get_Bottom();
public: __property void set_Bottom( 
   IntPtr value
);
public:
property IntPtr Bottom {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

Any integer value.
See Also

Reference

ImGearRect Structure
ImGearRect Members