The following tables list the members exposed by RasterImageViewer.
Name | Description | |
---|---|---|
RasterImageViewer Constructor | Initializes a new RasterImageViewer |
Name | Description | |
---|---|---|
AutoDisposeImagesProperty | Identifies the AutoDisposeImages dependency property. | |
ConvertFromSourceOptionsProperty | Identifies the ConvertFromSourceOptions dependency property. | |
ConvertToSourceOptionsProperty | Identifies the ConvertToSourceOptions dependency property. | |
ImageProperty | Identifies the Image dependency property. |
Name | Description | |
---|---|---|
AspectRatioCorrection | Gets or sets the manual aspect ratio correction value (Inherited from Leadtools.Controls.ImageViewer) | |
AutoDisposeImages | If this property is set to true the the RasterImage object will be disposed when the control unloads | |
ControlSize | Gets the control size. (Inherited from Leadtools.Controls.ImageViewer) | |
ConvertFromSourceOptions | Options to be used when converting the actual SourceImage object to RasterImage | |
ConvertToSourceOptions | Options to be used when converting the RasterImage object to the actual SourceImage | |
CurrentScaleFactor | Gets or sets the current scale factor for the image display. (Inherited from Leadtools.Controls.ImageViewer) | |
CurrentXScaleFactor | Gets the actual value of the horizontal scale factor for the image display. (Inherited from Leadtools.Controls.ImageViewer) | |
CurrentYScaleFactor | Gets the actual value of the vertical scale factor for the image display. (Inherited from Leadtools.Controls.ImageViewer) | |
DefaultInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process default input events. (Inherited from Leadtools.Controls.ImageViewer) | |
DefaultZoomOrigin | Gets the origin of the default zoom point for current horizontal and vertical alignment, in control coordinates. (Inherited from Leadtools.Controls.ImageViewer) | |
EnableDpiCorrection | Gets or sets a value that indicates whether the viewer should view images with non-uniform DPI with the correct aspect ratio. (Inherited from Leadtools.Controls.ImageViewer) | |
Flip | Gets or sets a value which determines if the ImageViewer will display the image flipped vertically. (Inherited from Leadtools.Controls.ImageViewer) | |
HasImage | Gets a value that indicate if the viewer currently has an image. (Inherited from Leadtools.Controls.ImageViewer) | |
HorizontalScrollHeight | Gets the height of the vertical scrollbar. (Inherited from Leadtools.Controls.ImageViewer) | |
Image | Gets or sets the Leadtools.RasterImage to be displayed in this control. This is a dependency property. | |
ImageControlCenter | Gets the location of the center of the image, in control coordinates. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageDpiX | Gets or sets the horizontal resolution in dots/inch (or DPI) of the image. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageDpiY | Gets or sets the vertical resolution in dots/inch (or DPI) of the image. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageHorizontalAlignment | Gets or sets a value that indicates the horizontal alignment for the image in this control. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageSize | Gets or sets the size of the image in the viewer. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageVerticalAlignment | Gets or sets a value that indicates the vertical alignment for the image in this control. (Inherited from Leadtools.Controls.ImageViewer) | |
InteractiveModeCanvas | Gets the interactive mode canvas. (Inherited from Leadtools.Controls.ImageViewer) | |
InteractiveService | Gets or sets the InteractiveService for this viewer control. (Inherited from Leadtools.Controls.ImageViewer) | |
MouseWheelInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process mouse wheel events. (Inherited from Leadtools.Controls.ImageViewer) | |
NewImageResetOptions | Gets or sets a value that determines which properties to reset when a new image is set into the viewer. (Inherited from Leadtools.Controls.ImageViewer) | |
OwnerDraw | Gets or sets the value that indicate whether the viewer should draw image on its canvas or not. (Inherited from Leadtools.Controls.ImageViewer) | |
RealImageSize | Gets the real width and height of the image. (Inherited from Leadtools.Controls.ImageViewer) | |
RestrictHiddenScrollMode | Gets or sets a value that indicates whether scrolling or panning the image outside the maximum range is allowed. (Inherited from Leadtools.Controls.ImageViewer) | |
Reverse | Gets or sets a value which determines if the ImageViewer will display the image reversed horizontally. (Inherited from Leadtools.Controls.ImageViewer) | |
RotateAngle | Gets or sets the value of the rotation angle to use when displaying the image. (Inherited from Leadtools.Controls.ImageViewer) | |
ScaleFactor | Gets or sets the scale factor used to display the image. (Inherited from Leadtools.Controls.ImageViewer) | |
ScreenDpiX | Gets or sets the current screen horizontal resolution in dots per inch (or DPI). (Inherited from Leadtools.Controls.ImageViewer) | |
ScreenDpiY | Gets or sets the current screen vertical resolution in dots/inch (or DPI). (Inherited from Leadtools.Controls.ImageViewer) | |
ScrollMode | Gets or sets a value that determines how the control handles scrollbars when the current transformation results in the image being larger than the container. (Inherited from Leadtools.Controls.ImageViewer) | |
ScrollOffset | Gets or sets the scroll offset value. (Inherited from Leadtools.Controls.ImageViewer) | |
ScrollRange | Gets the size of the current maximum scroll area. (Inherited from Leadtools.Controls.ImageViewer) | |
SizeMode | Gets or sets a value that determines how the control displays the image and the adjusts the display automatically. (Inherited from Leadtools.Controls.ImageViewer) | |
Source | The actual ImageSource image object (Inherited from Leadtools.Controls.ImageViewer) | |
TouchInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process touch input events. (Inherited from Leadtools.Controls.ImageViewer) | |
Transform | Gets the current transformation matrix used for displaying the image. (Inherited from Leadtools.Controls.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. (Inherited from Leadtools.Controls.ImageViewer) | |
VerticalScrollWidth | Gets the width of the vertical scrollbar. (Inherited from Leadtools.Controls.ImageViewer) | |
WorkingInteractiveMode | Gets the ImageViewerInteractiveMode that the viewer control is currently using to process input events. (Inherited from Leadtools.Controls.ImageViewer) |
Name | Description | |
---|---|---|
CanScroll | Gets a value that determines if the ImageViewer can obtain the value of the auto scrollbar location. (Inherited from Leadtools.Controls.ImageViewer) | |
CanUpdate | Gets a value that determines if the ImageViewer currently will update the image viewing transform and invalidate the display when changes are made to the control's properties or to the image. (Inherited from Leadtools.Controls.ImageViewer) |
Name | Description | |
---|---|---|
BeginUpdate | Stops the viewer from being updated if any change is applied. This is useful to increase the control's speed efficiency. (Inherited from Leadtools.Controls.ImageViewer) | |
CenterAtPoint | Centers the image display at the specified point. (Inherited from Leadtools.Controls.ImageViewer) | |
ConvertPoint | Converts the specified point from one CoordinateType to another. (Inherited from Leadtools.Controls.ImageViewer) | |
ConvertRect | Converts the specified rectangle from one CoordinateType to another. (Inherited from Leadtools.Controls.ImageViewer) | |
EndUpdate | Use this method to indicate that updates to the ImageViewer are complete. (Inherited from Leadtools.Controls.ImageViewer) | |
GetTransform | Gets the current transformation matrix used for displaying the image with or without DPI scaling. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageControlRectangle | Gets the location and size of the image in the viewer in control coordinates. (Inherited from Leadtools.Controls.ImageViewer) | |
Invalidate | Invalidates the entire surface of the control and causes the control to be redrawn. (Inherited from Leadtools.Controls.ImageViewer) | |
OnImageChanged | Overridden. Raises the RasterImageChanged event. | |
OnTransformChanged | Raises the TransformChanged event. (Inherited from Leadtools.Controls.ImageViewer) | |
ScrollBy | Scrolls the image by the specified amount. (Inherited from Leadtools.Controls.ImageViewer) | |
Zoom | Zooms or changes the size mode of the image inside the viewer. (Inherited from Leadtools.Controls.ImageViewer) | |
ZoomToRect | Zooms the image to the specified rectangle. (Inherited from Leadtools.Controls.ImageViewer) |
Name | Description | |
---|---|---|
BeginScroll | The ImageViewer should stop obtaining the value of the auto scrollbar location. (Inherited from Leadtools.Controls.ImageViewer) | |
EndScroll | The ImageViewer should start obtaining the value of the auto scrollbar location again. (Inherited from Leadtools.Controls.ImageViewer) | |
OnImageError | Raises the ImageError event. (Inherited from Leadtools.Controls.ImageViewer) | |
OnPropertyChanged | Raises the PropertyChanged event. (Inherited from Leadtools.Controls.ImageViewer) | |
OnScrollChanged | Raises the ScrollChanged event. (Inherited from Leadtools.Controls.ImageViewer) | |
OnWorkingInteractiveModeChanged | Raises the WorkingInteractiveModeChanged event. (Inherited from Leadtools.Controls.ImageViewer) |
Name | Description | |
---|---|---|
ImageChanged | Occurs when the image in the viewer changes. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageError | Occurs if any error occurred inside the actual ImageSource object. (Inherited from Leadtools.Controls.ImageViewer) | |
PropertyChanged | Occurs when a property value in this ImageViewerchanges. (Inherited from Leadtools.Controls.ImageViewer) | |
RasterImageChanged | Occurs when the raster image value in the viewer changes. | |
ScrollChanged | Occurs when the value of ScrollOffset changes. (Inherited from Leadtools.Controls.ImageViewer) | |
TransformChanged | Occurs when the Transform property changes. (Inherited from Leadtools.Controls.ImageViewer) | |
WorkingInteractiveModeChanged | Occurs when the WorkingInteractiveMode property changes. (Inherited from Leadtools.Controls.ImageViewer) |