ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradientLinear Class / GetVector Method
Returns gradient start point.
Returns gradient end point.
Returns a flag indicating whether the start and end point coordinates are relative or absolute.




In This Topic
    GetVector Method (ImGearVectorGradientLinear)
    In This Topic
    Returns the vector that specifies geometric layout of the linear gradient object.
    Syntax
    'Declaration
     
    Public Sub GetVector( _
       ByRef gradientStart As ImGearVectorPoint3D, _
       ByRef gradientEnd As ImGearVectorPoint3D, _
       ByRef isAbsolute As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearVectorGradientLinear
    Dim gradientStart As ImGearVectorPoint3D
    Dim gradientEnd As ImGearVectorPoint3D
    Dim isAbsolute As Boolean
     
    instance.GetVector(gradientStart, gradientEnd, isAbsolute)
    public void GetVector( 
       ref ImGearVectorPoint3D gradientStart,
       ref ImGearVectorPoint3D gradientEnd,
       ref bool isAbsolute
    )
    public: void GetVector( 
       ref ImGearVectorPoint3D gradientStart,
       ref ImGearVectorPoint3D gradientEnd,
       ref bool isAbsolute
    ) 
    public:
    void GetVector( 
       ImGearVectorPoint3D% gradientStart,
       ImGearVectorPoint3D% gradientEnd,
       bool% isAbsolute
    ) 

    Parameters

    gradientStart
    Returns gradient start point.
    gradientEnd
    Returns gradient end point.
    isAbsolute
    Returns a flag indicating whether the start and end point coordinates are relative or absolute.
    See Also