ImageGear .NET - Updated October 2, 2018
Scale Method (ImGearARTRichText)




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

ImGearARTRichText Class
ImGearARTRichText Members
Scale Method