Gets or sets the zoom factor used to display the image. This is a dependency property.
public double ScaleFactor {get; set;}
Public Property ScaleFactor As Double
The zoom factor used to display the image. A value of 1.0 means 100 percent, a value of 1.5 means 150 percent, a value of 2.0 = 200 percent and so on. Default value is 1.0
When the value of SizeMode is set to SizeMode.Normal, you can use the ScaleFactor property to zoom in and out of the image. Values greater than 1.0 will zoom the image in, values less than 1.0 will zoom the image out.
When the value of SizeMode is set to anything other than SizeMode.Normal, the ScaleFactor will be set back to the default value of 1.0. To get the current horizontal and vertical scale factors used to achieve current size mode (for example, fit the image into the control), use the CurrentXScaleFactor and CurrentYScaleFactor properties. Changing the scale factor when the SizeMode is set to anything other than SizeMode.Normal will cause SizeMode to be set back to SizeMode.Normal.
Imports Leadtools.Windows.Controls
Public Sub ImageViewer_ScaleFactor(ByVal viewer As ImageViewer)
viewer.ScaleFactor = viewer.ScaleFactor * 0.9F
Dim s As String = String.Format("HorizontalScaleFactor {0}, VerticalScaleFactor {1}", viewer.CurrentXScaleFactor, viewer.CurrentYScaleFactor)
MessageBox.Show(s)
End Sub
using Leadtools.Help;
using Leadtools.Windows.Controls;
public void ImageViewer_ScaleFactor(ImageViewer viewer)
{
viewer.ScaleFactor = viewer.ScaleFactor * 0.9f;
string s = string.Format("HorizontalScaleFactor {0}, VerticalScaleFactor {1}", viewer.CurrentXScaleFactor, viewer.CurrentYScaleFactor);
MessageBox.Show(s);
}
using Leadtools.Help;
using Leadtools.Windows.Controls;
public void ImageViewer_ScaleFactor(ImageViewer viewer)
{
viewer.ScaleFactor = viewer.ScaleFactor * 0.9f;
string s = string.Format("HorizontalScaleFactor {0}, VerticalScaleFactor {1}", viewer.CurrentXScaleFactor, viewer.CurrentYScaleFactor);
MessageBox.Show(s);
}
Imports Leadtools
Imports Leadtools.Windows.Controls
Public Sub ImageViewer_ScaleFactor(ByVal viewer As ImageViewer)
viewer.ScaleFactor = viewer.ScaleFactor * 0.9F
Dim s As String = String.Format("HorizontalScaleFactor {0}, VerticalScaleFactor {1}", viewer.CurrentXScaleFactor, viewer.CurrentYScaleFactor)
MessageBox.Show(s)
End Sub
<Window x:Class="WPFSamples.ImageViewer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Leadtools_Windows_Controls="clr-namespace:Leadtools.Windows.Controls;assembly=Leadtools.Windows.Controls"
Height="600" Width="800">
<DockPanel>
<Leadtools_Windows_Controls:ImageViewer
Name="theViewer"
Source="file:///c:\users\Public\Documents\LEADTOOLS Images\cannon.jpg"
DockPanel.Dock= "Bottom"
HorizontalAlignment="Center" VerticalAlignment="Center"
ScaleFactor=".9"/>
</DockPanel>
<Window.Title>
InteractiveZoomTo Sample : "ScaleFactor =0.9"
</Window.Title>
</Window>
Products |
Support |
Feedback: ScaleFactor Property (ImageViewer) - Leadtools.Windows.Controls |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.