This property sets the vertical display scale, or vertical magnification when the image is displayed.
[Visual Basic] Public Property DrawScaleY As Double
[C#] public double DrawScaleY {get; set;}

Property Value

Values must be greater than zero.
1.0 is the default value

Explanation

The DrawScaleY property sets the horizontal display scale, or horizontal magnification when the image is displayed. If zero is set or if a negative value is set, the default value will be used.

Use this property is conjunction with the DrawScaleX property.After setting the DrawScaleY property, execute the Display and ShowPanWindow methods.

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation