ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLine Class / Scale Method
The horizontal scaling factor.
The vertical scaling factor.




In This Topic
    Scale Method (ImGearARTLine)
    In This Topic
    Scales the mark in horizontal and vertical directions.
    Syntax
    'Declaration
     
    Public Overrides Sub Scale( _
       ByVal scaleX As Double, _
       ByVal scaleY As Double _
    ) 
    'Usage
     
    Dim instance As ImGearARTLine
    Dim scaleX As Double
    Dim scaleY As Double
     
    instance.Scale(scaleX, scaleY)
    public override void Scale( 
       double scaleX,
       double scaleY
    )
    public: void Scale( 
       double scaleX,
       double scaleY
    ) override 
    public:
    void Scale( 
       double scaleX,
       double scaleY
    ) override 

    Parameters

    scaleX
    The horizontal scaling factor.
    scaleY
    The vertical scaling factor.
    Remarks
    The method is called when ART page is scaled.
    See Also