←Select platform

RasterImageBox Class Members

Summary

The following tables list the members exposed by RasterImageBox.

Public Constructors

Name Description
ImageBox Initializes a new instance of the ImageBox class. (Inherited from ImageBox)
RasterImageBox Initializes a new instance of the RasterImageBox class.

Public Methods

Name Description
BeginUpdate Stops the viewer from being updated if any change is applied. This is useful to increase the control speed efficiency. (Inherited from ImageBox)
BoundsFromImageCoordinates Converts a rectangle from image to control (display) coordinates. (Inherited from ImageBox)
BoundsToImageCoordinates Converts a rectangle from control (display) to image coordinates. (Inherited from ImageBox)
EndUpdate Refreshes the control to include all the changes made after using the BeginUpdate method. (Inherited from ImageBox)
PointFromImageCoordinates Converts a point from image to control (display) coordinates. (Inherited from ImageBox)
PointToImageCoordinates Converts a point from control (display) to image coordinates. (Inherited from ImageBox)
UpdateImageFromSource Converts the WPF/Silverlight image in the Source property to the LEADTOOLS Leadtools.RasterImage and set it in Image.

Protected Methods

Name Description
ArrangeOverride Arranges and sizes the content of this control. (Inherited from ImageBox)
MeasureOverride Measures the child elements of this control before they are arranged during the ArrangeOverride pass. (Inherited from ImageBox)
OnAspectRatioCorrectionChanged Raises the AspectRatioCorrectionChanged event. (Inherited from ImageBox)
OnAutoDisposeImagesChanged Raises the AutoDisposeImagesChanged event.
OnBitmapScalingModeChanged Raises the BitmapScalingModeChanged event. (Inherited from ImageBox)
OnConvertFromSourceOptionsChanged Raises the ConvertFromSourceOptionsChanged event.
OnConvertToSourceOptionsChanged Raises the ConvertToSourceOptionsChanged event.
OnFlipChanged Raises the FlipChanged event. (Inherited from ImageBox)
OnImageChanged Raises the ImageChanged event.
OnResetImageViewOptionsChanged Raises the ResetImageViewOptionsChanged event. (Inherited from ImageBox)
OnReverseChanged Raises the ReverseChanged event. (Inherited from ImageBox)
OnRotateAngleChanged Raises the RotateAngleChanged event. (Inherited from ImageBox)
OnScaleFactorChanged Raises the ScaleFactorChanged event. (Inherited from ImageBox)
OnScreenDpiXChanged Raises the ScreenDpiXChanged event. (Inherited from ImageBox)
OnScreenDpiYChanged Raises the ScreenDpiXChanged event. (Inherited from ImageBox)
OnSizeModeChanged Raises the SizeModeChanged event. (Inherited from ImageBox)
OnSourceChanged Raises the SourceChanged event.
OnSourceDpiXChanged Raises the SourceDpiXChanged event. (Inherited from ImageBox)
OnSourceDpiYChanged Raises the SourceDpiYChanged event. (Inherited from ImageBox)
OnTransformChanged Raises the TransformChanged event. (Inherited from ImageBox)
OnTransitionChanged Raises the TransitionChanged event. (Inherited from ImageBox)
OnUseDpiChanged Raises the UseDpiChanged event. (Inherited from ImageBox)

Public Properties

Name Description
AspectRatioCorrection Gets or sets the manual aspect ratio correction value. This is a dependency property. (Inherited from ImageBox)
AutoDisposeImages Gets or sets a value indicating whether to auto dispose the old image when a new image is set into this RasterImageBox.
BitmapScalingMode Gets or sets the algorithm used to scale bitmap images. This is a dependency property. (Inherited from ImageBox)
ConversionResizeRatio The conversion ratio being used when converting raster image to WriteableBitmap before viewing it (Inherited from ImageBox)
ConvertFromSourceOptions Options to use when converting a WPF/Silverlight System.Windows.Media.ImageSource to a LEADTOOLS Leadtools.RasterImage. This is a dependency property.
ConvertToSourceOptions Options to use when converting a LEADTOOLS Leadtools.RasterImage to a WPF/Silverlight System.Windows.Media.ImageSource. This is a dependency property.
CurrentXScaleFactor Gets the current horizontal scale factor (Inherited from ImageBox)
CurrentYScaleFactor Gets the current vertical scale factor (Inherited from ImageBox)
Flip Gets or sets a value that indicates whether the image in the control will be flipped vertically. This is a dependency property. (Inherited from ImageBox)
Image Gets or sets the Leadtools.RasterImage to be displayed in this control. This is a dependency property.
PhysicalSize Gets the physical (screen) viewing size. (Inherited from ImageBox)
ResetImageViewOptions Gets or sets a value that determines which properties gets reset when a new image is set into the Source property. This is a dependency property. (Inherited from ImageBox)
Reverse Gets or sets a value that indicates whether the image in the control will be flipped horizontally. This is a dependency property. (Inherited from ImageBox)
RotateAngle Gets or sets a value that indicates the rotation angle in degrees to apply to the image in the control. This is a dependency property. (Inherited from ImageBox)
ScaleFactor Gets or sets the zoom factor used to display the image. This is a dependency property. (Inherited from ImageBox)
ScreenDpiX Gets or sets the current screen horizontal resolution in dots/inch (or DPI). This is a dependency property. (Inherited from ImageBox)
ScreenDpiY Gets or sets the current screen vertical resolution in dots/inch (or DPI). This is a dependency property. (Inherited from ImageBox)
SizeMode Gets or sets a value that determine how the control displays the image and the automatic adjustments of the display. This is a dependency property. (Inherited from ImageBox)
Source Gets or sets the System.Windows.Media.ImageSource to be displayed in this control. This is a dependency property. (Inherited from ImageBox)
SourceDpiX Gets or sets the horizontal resolution in dots/inch (or DPI) of the image in Source. This is a dependency property. (Inherited from ImageBox)
SourceDpiY Gets or sets the vertical resolution in dots/inch (or DPI) of the image in Source. This is a dependency property. (Inherited from ImageBox)
Transform Gets the current display matrix used in this control. (Inherited from ImageBox)
Transition Gets or sets the Leadtools.Windows.Media.Transitions.TransitionBase that specifies the type of transition or animation to be applied on this control. (Inherited from ImageBox)
UseDpi Gets or sets a value that indicates whether the control must account for the physical resolution of the image when calculating the display properties. This is a dependency property. (Inherited from ImageBox)

Public Events

Name Description
AspectRatioCorrectionChanged Occurs when the value of the AspectRatioCorrection property changes. (Inherited from ImageBox)
AutoDisposeImagesChanged Occurs when the value of the AutoDisposeImages property changes.
BitmapScalingModeChanged Occurs when the value of the BitmapScalingMode property changes. (Inherited from ImageBox)
ConvertFromSourceOptionsChanged Occurs when the value of the ConvertFromSourceOptions property changes.
ConvertToSourceOptionsChanged Occurs when the value of the ConvertToSourceOptions property changes.
FlipChanged Occurs when the value of the Flip property changes. (Inherited from ImageBox)
ImageChanged Occurs when the value of the Image property changes.
ResetImageViewOptionsChanged Occurs when the value of the ResetImageViewOptions property changes. (Inherited from ImageBox)
ReverseChanged Occurs when the value of the Reverse property changes. (Inherited from ImageBox)
RotateAngleChanged Occurs when the value of the RotateAngle property changes. (Inherited from ImageBox)
ScaleFactorChanged Occurs when the value of the ScaleFactor property changes. (Inherited from ImageBox)
ScreenDpiXChanged Occurs when the value of the ScreenDpiX property changes. (Inherited from ImageBox)
ScreenDpiYChanged Occurs when the value of the ScreenDpiY property changes. (Inherited from ImageBox)
SizeModeChanged Occurs when the value of the SizeMode property changes. (Inherited from ImageBox)
SourceChanged Occurs when the value of the Source property changes. (Inherited from ImageBox)
SourceDpiXChanged Occurs when the value of the SourceDpiX property changes. (Inherited from ImageBox)
SourceDpiYChanged Occurs when the value of the SourceDpiY property changes. (Inherited from ImageBox)
TransformChanged Occurs when any visual transformation properties changes in the control. (Inherited from ImageBox)
TransitionChanged Occurs when the value of the Transition property changes. (Inherited from ImageBox)
UseDpiChanged Occurs when the value of the UseDpi property changes. (Inherited from ImageBox)

Public Fields

Name Description
AspectRatioCorrectionProperty Identifies the AspectRatioCorrection dependency property. (Inherited from ImageBox)
AutoDisposeImagesProperty Identifies the AutoDisposeImages dependency property.
BitmapScalingModeProperty Identifies the BitmapScalingMode dependency property. (Inherited from ImageBox)
ConvertFromSourceOptionsProperty Identifies the ConvertFromSourceOptions dependency property.
ConvertToSourceOptionsProperty Identifies the ConvertToSourceOptions dependency property.
FlipProperty Identifies the Flip dependency property. (Inherited from ImageBox)
ImageProperty Identifies the Image dependency property.
ResetImageViewOptionsProperty Identifies the ResetImageViewOptions dependency property. (Inherited from ImageBox)
ReverseProperty Identifies the Reverse dependency property. (Inherited from ImageBox)
RotateAngleProperty Identifies the RotateAngle dependency property. (Inherited from ImageBox)
ScaleFactorProperty Identifies the ScaleFactor dependency property. (Inherited from ImageBox)
ScreenDpiXProperty Identifies the ScreenDpiX dependency property. (Inherited from ImageBox)
ScreenDpiYProperty Identifies the ScreenDpiY dependency property. (Inherited from ImageBox)
SizeModeProperty Identifies the SizeMode dependency property. (Inherited from ImageBox)
SourceDpiXProperty Identifies the SourceDpiX dependency property. (Inherited from ImageBox)
SourceDpiYProperty Identifies the SourceDpiY dependency property. (Inherited from ImageBox)
SourceProperty Identifies the Source dependency property. (Inherited from ImageBox)
TransitionProperty Identifies the Transition dependency property. (Inherited from ImageBox)
UseDpiProperty Identifies the UseDpi dependency property. (Inherited from ImageBox)
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly