Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLinearGradientFill Class / SetAngle Method / SetAngle(NAngle,Double,Double) Method


In This Topic
    SetAngle(NAngle,Double,Double) Method
    In This Topic
    Sets the linear gradient angle to the specified value. Тhe gradient to passес through the point specified by centerFactorX and centrFactorY. The gradient start and end points are calculated so that they cover the gradient rect completely.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetAngle( _
       ByVal angle As NAngle, _
       ByVal centerFactorX As System.Double, _
       ByVal centerFactorY As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NLinearGradientFill
    Dim angle As NAngle
    Dim centerFactorX As System.Double
    Dim centerFactorY As System.Double
     
    instance.SetAngle(angle, centerFactorX, centerFactorY)
    public void SetAngle( 
       NAngle angle,
       System.double centerFactorX,
       System.double centerFactorY
    )

    Parameters

    angle
    centerFactorX
    centerFactorY
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also