ImageGear .NET - Updated
LeftTop Property (IImGearRoundedRectangle)




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

Property Value

ImGearPoint structure.
See Also

Reference

IImGearRoundedRectangle Interface
IImGearRoundedRectangle Members