ImageGear .NET - Updated March 30, 2018
Scale Method (ImGearARTPage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : Scale Method
The horizontal scaling factor.
The vertical scaling factor.
Scales the entire ART page in horizontal and vertical directions.
Syntax
'Declaration
 
Public Sub Scale( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double _
) 
 
'Usage
 
Dim instance As ImGearARTPage
Dim scaleX As Double
Dim scaleY As Double
 
instance.Scale(scaleX, scaleY)

Parameters

scaleX
The horizontal scaling factor.
scaleY
The vertical scaling factor.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members