This property and DrawScaleY property set the magnification at which and image is displayed in the ImageKit Control. (Actual size display is 1 by default).

[Visual Basic] Public Property DrawScaleX As Double
[C#] public double DrawScaleX {get; set;}

Property Value

The magnification at which an image is displayed

Explanation

The DrawScaleX and DrawScaleY properties set the magnification at which an image is displayed in the ImageKit Control. (Actual size display is 1 by default). If the DrawScaleX and DrawScaleY properties equal 2, for example, then the image will be displayed a twice actual size. Likewise, if the the DrawScaleX and DrawScaleY properties equal 0.5, then the image will be displayed at half actual size. The DrawScaleX and DrawScaleY properties are only effective when the image is displayed in actual size display mode.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation