The following tables list the members exposed by RasterImageViewer.
Public Constructors
Name | Description | |
---|---|---|
ImageViewer | Initializes a new instance of the ImageViewer class. (Inherited from ImageViewer) | |
RasterImageViewer | Initializes a new instance of the RasterImageViewer 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 ImageViewer) | |
BoundsFromImageCoordinates | Converts a rectangle from image to control (display) coordinates. (Inherited from ImageViewer) | |
BoundsToImageCoordinates | Converts a rectangle from control (display) to image coordinates. (Inherited from ImageViewer) | |
CancelInteractiveMode | Cancels the current interactive mode. (Inherited from ImageViewer) | |
CenterAtPoint | Centers the image display at the specified point. (Inherited from ImageViewer) | |
EndUpdate | Refreshes the control to include all the changes made after using the BeginUpdate method. (Inherited from ImageViewer) | |
OnApplyTemplate | Builds the visual tree of the control | |
PointFromImageCoordinates | Converts a point from image to control (display) coordinates. (Inherited from ImageViewer) | |
PointToImageCoordinates | Converts a point from control (display) to image coordinates. (Inherited from ImageViewer) | |
SetInteractiveModeCursor | Sets the mouse cursors associated with an interactive mode (Inherited from ImageViewer) | |
UpdateImageFromSource | Converts the WPF/Silverlight image in the Source property to the LEADTOOLS Leadtools.RasterImage and set it in Image. | |
ZoomToRectangle | Zooms the image to the specified rectangle. (Inherited from ImageViewer) |
Protected Methods
Public Properties
Name | Description | |
---|---|---|
AspectRatioCorrection | Gets or sets the manual aspect ratio correction value. This is a dependency property. (Inherited from ImageViewer) | |
AutoDisposeImages | Gets or sets a value indicating whether to auto dispose the old image when a new image is set into this RasterImageViewer. | |
BitmapScalingMode | Gets or sets the algorithm used to scale bitmap images. (Inherited from ImageViewer) | |
ConversionResizeRatio | The conversion ratio being used when converting raster image to WriteableBitmap before viewing it (Inherited from ImageViewer) | |
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 ImageViewer) | |
CurrentYScaleFactor | Gets the current vertical scale factor (Inherited from ImageViewer) | |
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 ImageViewer) | |
Geometry | Gets or sets the geometry object to frame or animate on top of this ImageViewer or RasterImageViewer control. (Inherited from ImageViewer) | |
GeometryFrameType | Gets or sets a value indicating the current geometry frame type. (Inherited from ImageViewer) | |
Image | Gets or sets the Leadtools.RasterImage to be displayed in this control. This is a dependency property. | |
ImageEffect | Gets or sets the bitmap effect to apply to the image in this control. This is a dependency property. (Inherited from ImageViewer) | |
ImageHorizontalAlignment | Gets or sets a value that indicates the horizontal alignment for the image in this control. This is a dependency property. (Inherited from ImageViewer) | |
ImageVerticalAlignment | Gets or sets a value that indicates the vertical alignment for the image in this control. This is a dependency property. (Inherited from ImageViewer) | |
InteractiveMode | Gets or sets a value that indicates the current user interaction mode with the control's display. This is a dependency property. (Inherited from ImageViewer) | |
IsInteractiveModeBusy | Determines if the control is currently performing an interactive operation. (Inherited from ImageViewer) | |
MagnifyGlass | Gets or sets the MagnifyGlass object used to perform magnify glass operations for this control. (Inherited from ImageViewer) | |
PhysicalSize | Gets the physical (screen) viewing size. (Inherited from ImageViewer) | |
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 ImageViewer) | |
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 ImageViewer) | |
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 ImageViewer) | |
ScaleFactor | Gets or sets the zoom factor used to display the image. This is a dependency property. (Inherited from ImageViewer) | |
ScreenDpiX | Gets or sets the current screen horizontal resolution in dots/inch (or DPI). This is a dependency property. (Inherited from ImageViewer) | |
ScreenDpiY | Gets or sets the current screen vertical resolution in dots/inch (or DPI). This is a dependency property. (Inherited from ImageViewer) | |
ScrollViewer | Gets the ScrollViewer part of this control (Inherited from ImageViewer) | |
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 ImageViewer) | |
Source | Gets or sets the System.Windows.Media.ImageSource to be displayed in this control. This is a dependency property. (Inherited from ImageViewer) | |
SourceDpiX | Gets or sets the horizontal resolution in dots/inch (or DPI) of the image in Source. This is a dependency property. (Inherited from ImageViewer) | |
SourceDpiY | Gets or sets the vertical resolution in dots/inch (or DPI) of the image in Source. This is a dependency property. (Inherited from ImageViewer) | |
Transform | Gets the current display matrix used in this control. (Inherited from ImageViewer) | |
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 ImageViewer) | |
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 ImageViewer) |
Public Events
Name | Description | |
---|---|---|
AspectRatioCorrectionChanged | Occurs when the value of the AspectRatioCorrection property changes. (Inherited from ImageViewer) | |
AutoDisposeImagesChanged | Occurs when the value of the AutoDisposeImages property changes. | |
BitmapScalingModeChanged | Occurs when the value of the BitmapScalingMode property changes. (Inherited from ImageViewer) | |
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 ImageViewer) | |
GeometryChanged | Occurs when the value of the Geometry property changes. (Inherited from ImageViewer) | |
GeometryFrameTypeChanged | Occurs when the value of the GeometryFrameType property changes. (Inherited from ImageViewer) | |
ImageChanged | Occurs when the value of the Image property changes. | |
ImageEffectChanged | Occurs when the value of the ImageEffect property changes. (Inherited from ImageViewer) | |
ImageHorizontalAlignmentChanged | Occurs when the value of the ImageHorizontalAlignment property changes. (Inherited from ImageViewer) | |
ImageSizeChanged | Occurs when the control size changes. (Inherited from ImageViewer) | |
ImageVerticalAlignmentChanged | Occurs when the value of the ImageVerticalAlignment property changes. (Inherited from ImageViewer) | |
InteractiveCenterAt | Occurs when the user performs interactive centering of the image display. (Inherited from ImageViewer) | |
InteractiveMagnifyGlass | Occurs when the user is using the MagnifyGlass on this control. (Inherited from ImageViewer) | |
InteractiveModeChanged | Occurs when the value of the InteractiveMode property changes. (Inherited from ImageViewer) | |
InteractiveModeEnded | Occurs when the operation of the current InteractiveMode ended successfully. (Inherited from ImageViewer) | |
InteractivePan | Occurs when the user performs interactive panning of the image display. (Inherited from ImageViewer) | |
InteractiveScale | Occurs when the user performs interactive scaling of the image display. (Inherited from ImageViewer) | |
InteractiveUserRectangle | Occurs when the user performs user-defined interactive drawing of a rectangle. (Inherited from ImageViewer) | |
InteractiveZoomTo | Occurs when the user performs interactive zoom to rectangle of the image display. (Inherited from ImageViewer) | |
ResetImageViewOptionsChanged | Occurs when the value of the ResetImageViewOptions property changes. (Inherited from ImageViewer) | |
ReverseChanged | Occurs when the value of the Reverse property changes. (Inherited from ImageViewer) | |
RotateAngleChanged | Occurs when the value of the RotateAngle property changes. (Inherited from ImageViewer) | |
ScaleFactorChanged | Occurs when the value of the ScaleFactor property changes. (Inherited from ImageViewer) | |
ScreenDpiXChanged | Occurs when the value of the ScreenDpiX property changes. (Inherited from ImageViewer) | |
ScreenDpiYChanged | Occurs when the value of the ScreenDpiY property changes. (Inherited from ImageViewer) | |
ScrollChanged | Occurs when changes are detected to the scrollbars position, extent, viewport size or visibility of the control. (Inherited from ImageViewer) | |
SizeModeChanged | Occurs when the value of the SizeMode property changes. (Inherited from ImageViewer) | |
SourceChanged | Occurs when the value of the Source property changes. (Inherited from ImageViewer) | |
SourceDpiXChanged | Occurs when the value of the SourceDpiX property changes. (Inherited from ImageViewer) | |
SourceDpiYChanged | Occurs when the value of the SourceDpiY property changes. (Inherited from ImageViewer) | |
TransformChanged | Occurs when any visual transformation properties changes in the control. (Inherited from ImageViewer) | |
TransitionChanged | Occurs when the value of the Transition property changes. (Inherited from ImageViewer) | |
UseDpiChanged | Occurs when the value of the UseDpi property changes. (Inherited from ImageViewer) |
Public Fields
Name | Description | |
---|---|---|
AspectRatioCorrectionProperty | Identifies the AspectRatioCorrection dependency property. (Inherited from ImageViewer) | |
AutoDisposeImagesProperty | Identifies the AutoDisposeImages dependency property. | |
BitmapScalingModeProperty | Identifies the BitmapScalingMode dependency property. (Inherited from ImageViewer) | |
ConvertFromSourceOptionsProperty | Identifies the ConvertFromSourceOptions dependency property. | |
ConvertToSourceOptionsProperty | Identifies the ConvertToSourceOptions dependency property. | |
FlipProperty | Identifies the Flip dependency property. (Inherited from ImageViewer) | |
GeometryFrameTypeProperty | Identifies the GeometryFrameType dependency property. (Inherited from ImageViewer) | |
GeometryProperty | Identifies the Geometry dependency property. (Inherited from ImageViewer) | |
ImageEffectProperty | Identifies the ImageEffect dependency property. (Inherited from ImageViewer) | |
ImageHorizontalAlignmentProperty | Identifies the ImageHorizontalAlignment dependency property. (Inherited from ImageViewer) | |
ImageProperty | Identifies the Image dependency property. | |
ImageVerticalAlignmentProperty | Identifies the ImageVerticalAlignment dependency property. (Inherited from ImageViewer) | |
InteractiveModeProperty | Identifies the InteractiveMode dependency property. (Inherited from ImageViewer) | |
ResetImageViewOptionsProperty | Identifies the ResetImageViewOptions dependency property. (Inherited from ImageViewer) | |
ReverseProperty | Identifies the Reverse dependency property. (Inherited from ImageViewer) | |
RotateAngleProperty | Identifies the RotateAngle dependency property. (Inherited from ImageViewer) | |
ScaleFactorProperty | Identifies the ScaleFactor dependency property. (Inherited from ImageViewer) | |
ScreenDpiXProperty | Identifies the ScreenDpiX dependency property. (Inherited from ImageViewer) | |
ScreenDpiYProperty | Identifies the ScreenDpiY dependency property. (Inherited from ImageViewer) | |
SizeModeProperty | Identifies the SizeMode dependency property. (Inherited from ImageViewer) | |
SourceDpiXProperty | Identifies the SourceDpiX dependency property. (Inherited from ImageViewer) | |
SourceDpiYProperty | Identifies the SourceDpiY dependency property. (Inherited from ImageViewer) | |
SourceProperty | Identifies the Source dependency property. (Inherited from ImageViewer) | |
TransitionProperty | Identifies the Transition dependency property. (Inherited from ImageViewer) | |
UseDpiProperty | Identifies the UseDpi dependency property. (Inherited from ImageViewer) |