Click or drag to resize

McThresholdToolScaleY Property

Sets the multiplier for vertical scale

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public WriteOnly Property ScaleY As Double
	Set

Property Value

Type: Double
Examples
VB
 'increase Y scale 10 times
ThresholdTool.ScaleY = 10
See Also