ImageGear for .NET
StartPoint Property (IImGearARTLine)




Gets or sets the start point of the line.
Syntax
'Declaration
 
Property StartPoint As ImGearPoint
'Usage
 
Dim instance As IImGearARTLine
Dim value As ImGearPoint
 
instance.StartPoint = value
 
value = instance.StartPoint
ImGearPoint StartPoint {get; set;}
__property ImGearPoint get_StartPoint();
__property void set_StartPoint( 
   ImGearPoint value
);
property ImGearPoint StartPoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback