ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradientRadial Class / GetVector Method
Returns coordinates of the inner point.
Returns coordinates of the center of the outer circle.
Returns radius of the outer circle.
Returns a flag indicating whether the coordinates and radius are relative or absolute.




In This Topic
    GetVector Method (ImGearVectorGradientRadial)
    In This Topic
    Returns geometric layout of the radial gradient object.
    Syntax
    'Declaration
     
    Public Sub GetVector( _
       ByRef innerPoint As ImGearVectorPoint3D, _
       ByRef outerCenter As ImGearVectorPoint3D, _
       ByRef outerRadius As Single, _
       ByRef isAbsolute As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearVectorGradientRadial
    Dim innerPoint As ImGearVectorPoint3D
    Dim outerCenter As ImGearVectorPoint3D
    Dim outerRadius As Single
    Dim isAbsolute As Boolean
     
    instance.GetVector(innerPoint, outerCenter, outerRadius, isAbsolute)
    public void GetVector( 
       ref ImGearVectorPoint3D innerPoint,
       ref ImGearVectorPoint3D outerCenter,
       ref float outerRadius,
       ref bool isAbsolute
    )
    public: void GetVector( 
       ref ImGearVectorPoint3D innerPoint,
       ref ImGearVectorPoint3D outerCenter,
       ref float outerRadius,
       ref bool isAbsolute
    ) 
    public:
    void GetVector( 
       ImGearVectorPoint3D% innerPoint,
       ImGearVectorPoint3D% outerCenter,
       float% outerRadius,
       bool% isAbsolute
    ) 

    Parameters

    innerPoint
    Returns coordinates of the inner point.
    outerCenter
    Returns coordinates of the center of the outer circle.
    outerRadius
    Returns radius of the outer circle.
    isAbsolute
    Returns a flag indicating whether the coordinates and radius are relative or absolute.
    See Also