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

Property Value

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

Explanation

The DrawScaleX 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 DrawScaleY property. After setting the DrawScaleX 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