ImageGear .NET - Updated August 31, 2018
Scale Method (ImGearARTImageRef)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTImageRef 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 ImGearARTImageRef
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

ImGearARTImageRef Class
ImGearARTImageRef Members
Scale Method