ImageGear .NET - Updated December 24, 2018
Scale Method (ImGearARTFilledPolygon)




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

ImGearARTFilledPolygon Class
ImGearARTFilledPolygon Members
Scale Method