ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradientRadial Class / SetVector Method
Coordinates of the inner point.
Coordinates of the center of the outer circle.
Radius of the outer circle.
Specifies whether coordinates and radius are relative or absolute.




In This Topic
    SetVector Method (ImGearVectorGradientRadial)
    In This Topic
    Sets geometric layout of the radial gradient object.
    Syntax
    'Declaration
     
    Public Sub SetVector( _
       ByVal innerPoint As ImGearVectorPoint3D, _
       ByVal outerCenter As ImGearVectorPoint3D, _
       ByVal outerRadius As Single, _
       ByVal 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.SetVector(innerPoint, outerCenter, outerRadius, isAbsolute)
    public void SetVector( 
       ImGearVectorPoint3D innerPoint,
       ImGearVectorPoint3D outerCenter,
       float outerRadius,
       bool isAbsolute
    )
    public: void SetVector( 
       ImGearVectorPoint3D innerPoint,
       ImGearVectorPoint3D outerCenter,
       float outerRadius,
       bool isAbsolute
    ) 
    public:
    void SetVector( 
       ImGearVectorPoint3D innerPoint,
       ImGearVectorPoint3D outerCenter,
       float outerRadius,
       bool isAbsolute
    ) 

    Parameters

    innerPoint
    Coordinates of the inner point.
    outerCenter
    Coordinates of the center of the outer circle.
    outerRadius
    Radius of the outer circle.
    isAbsolute
    Specifies whether coordinates and radius are relative or absolute.
    See Also