ImageGear .NET - Updated October 26, 2017
OnMarkScaled Method




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : OnMarkScaled Method
The horizontal scaling factor.
The vertical scaling factor.
Occurs when the mark is scaled.
Syntax
'Declaration
 
Protected Sub OnMarkScaled( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double _
) 
 
'Usage
 
Dim instance As ImGearARTMark
Dim scaleX As Double
Dim scaleY As Double
 
instance.OnMarkScaled(scaleX, scaleY)

Parameters

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

Reference

ImGearARTMark Class
ImGearARTMark Members