The 'from' point of the curve.
[Visual Basic 6.0] Property FromPoint As IPoint
[Visual Basic .NET] Public Property FromPoint As IPoint
[C#] public IPoint FromPoint {get; set;}
[Java] public IPoint getFromPoint() throws IOException, AutomationException
[Java] public void setFromPoint( IPoint pPoint ) throws IOException, AutomationException
[C++] HRESULT get_FromPoint( IPoint** from );
[C++] HRESULT put_FromPoint( IPoint* from);
Parameters
from [out, retval]
from is a parameter of type IPoint
from
from is a parameter of type IPoint
Returns or Sets the FromPoint of the first segment of the first part of the curve. While the curve may be composed of many parts and segments each with their own FromPoint, each curve only has a single From Point.

ICurve Interface | IPoint Interface | ICurve.FromPoint Property | ICurve.QueryFromPoint Method | ICurve.ToPoint Property | ICurve.QueryToPoint Method