ImageGear .NET - Updated May 1, 2018
Scale Method (ImGearARTFilledEllipse)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTFilledEllipse Class : Scale Method
The horizontal scaling factor.
The vertical scaling factor.
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 ImGearARTFilledEllipse
Dim scaleX As Double
Dim scaleY As Double
 
instance.Scale(scaleX, scaleY)

Parameters

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

Reference

ImGearARTFilledEllipse Class
ImGearARTFilledEllipse Members
Scale Method