ImageGear .NET - Updated
LeftTop Property (ImGearRoundedRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRoundedRectangle Structure : LeftTop Property
Gets or sets coordinates of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Public Property LeftTop As ImGearPoint
'Usage
 
Dim instance As ImGearRoundedRectangle
Dim value As ImGearPoint
 
instance.LeftTop = value
 
value = instance.LeftTop
public ImGearPoint LeftTop {get; set;}
public: __property ImGearPoint get_LeftTop();
public: __property void set_LeftTop( 
   ImGearPoint value
);
public:
property ImGearPoint LeftTop {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImGearPoint structure.
See Also

Reference

ImGearRoundedRectangle Structure
ImGearRoundedRectangle Members