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




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearRect Structure : Left Property
Gets or sets the x-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Public Property Left As IntPtr
'Usage
 
Dim instance As ImGearRect
Dim value As IntPtr
 
instance.Left = value
 
value = instance.Left
public IntPtr Left {get; set;}
public: __property IntPtr get_Left();
public: __property void set_Left( 
   IntPtr value
);
public:
property IntPtr Left {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

Any integer value.
See Also

Reference

ImGearRect Structure
ImGearRect Members