ImageGear .NET - Updated
StartPoint Property (ImGearARTArrow)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTArrow Class : StartPoint Property
Gets or sets the start point of the arrow.
Syntax
'Declaration
 
Public Property StartPoint As ImGearPoint
'Usage
 
Dim instance As ImGearARTArrow
Dim value As ImGearPoint
 
instance.StartPoint = value
 
value = instance.StartPoint
public ImGearPoint StartPoint {get; set;}
public: __property ImGearPoint get_StartPoint();
public: __property void set_StartPoint( 
   ImGearPoint value
);
public:
property ImGearPoint StartPoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTArrow Class
ImGearARTArrow Members
ImGearPoint Structure