ImageGear .NET - Updated
EndPoint Property (IImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTLine Interface : EndPoint Property
Gets or sets the end point of the line.
Syntax
'Declaration
 
Property EndPoint As ImGearPoint
'Usage
 
Dim instance As IImGearARTLine
Dim value As ImGearPoint
 
instance.EndPoint = value
 
value = instance.EndPoint
ImGearPoint EndPoint {get; set;}
__property ImGearPoint get_EndPoint();
__property void set_EndPoint( 
   ImGearPoint value
);
property ImGearPoint EndPoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearPoint Structure