Class MultiScaleImage
Inheritance
System.Object
MultiScaleImage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class MultiScaleImage : FrameworkElement
Constructors
|
Improve this Doc
View Source
MultiScaleImage()
Declaration
[NotImplemented]
public MultiScaleImage()
Fields
|
Improve this Doc
View Source
AllowDownloadingProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AllowDownloadingProperty
Field Value
|
Improve this Doc
View Source
AspectRatioProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AspectRatioProperty
Field Value
|
Improve this Doc
View Source
BlurFactorProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty BlurFactorProperty
Field Value
|
Improve this Doc
View Source
IsDownloadingProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty IsDownloadingProperty
Field Value
|
Improve this Doc
View Source
IsIdleProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty IsIdleProperty
Field Value
|
Improve this Doc
View Source
OriginalPixelHeightProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty OriginalPixelHeightProperty
Field Value
|
Improve this Doc
View Source
OriginalPixelWidthProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty OriginalPixelWidthProperty
Field Value
|
Improve this Doc
View Source
SkipLevelsProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty SkipLevelsProperty
Field Value
|
Improve this Doc
View Source
SourceProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty SourceProperty
Field Value
|
Improve this Doc
View Source
SubImagesProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty SubImagesProperty
Field Value
|
Improve this Doc
View Source
UseSpringsProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty UseSpringsProperty
Field Value
|
Improve this Doc
View Source
ViewportOriginProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ViewportOriginProperty
Field Value
|
Improve this Doc
View Source
ViewportWidthProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ViewportWidthProperty
Field Value
Properties
|
Improve this Doc
View Source
AllowDownloading
Declaration
[NotImplemented]
public bool AllowDownloading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AspectRatio
Declaration
[NotImplemented]
public double AspectRatio { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
BlurFactor
Declaration
[NotImplemented]
public double BlurFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
IsDownloading
Declaration
[NotImplemented]
public bool IsDownloading { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsIdle
Declaration
[NotImplemented]
public bool IsIdle { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OriginalPixelHeight
Declaration
[NotImplemented]
public int OriginalPixelHeight { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OriginalPixelWidth
Declaration
[NotImplemented]
public int OriginalPixelWidth { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SkipLevels
Declaration
[NotImplemented]
public int SkipLevels { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Source
Declaration
[NotImplemented]
public MultiScaleTileSource Source { get; set; }
Property Value
|
Improve this Doc
View Source
SubImages
Declaration
[NotImplemented]
public ReadOnlyCollection<MultiScaleSubImage> SubImages { get; }
Property Value
|
Improve this Doc
View Source
UseSprings
Declaration
[NotImplemented]
public bool UseSprings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ViewportOrigin
Declaration
[NotImplemented]
public Point ViewportOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
ViewportWidth
Declaration
[NotImplemented]
public double ViewportWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
ElementToLogicalPoint(Point)
Declaration
[NotImplemented]
public Point ElementToLogicalPoint(Point elementPoint)
Parameters
Type |
Name |
Description |
Point |
elementPoint |
|
Returns
|
Improve this Doc
View Source
LogicalToElementPoint(Point)
Declaration
[NotImplemented]
public Point LogicalToElementPoint(Point logicalPoint)
Parameters
Type |
Name |
Description |
Point |
logicalPoint |
|
Returns
|
Improve this Doc
View Source
OnCreateAutomationPeer()
Declaration
[NotImplemented]
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Overrides
|
Improve this Doc
View Source
ZoomAboutLogicalPoint(Double, Double, Double)
Declaration
[NotImplemented]
public void ZoomAboutLogicalPoint(double zoomIncrementFactor, double zoomCenterLogicalX, double zoomCenterLogicalY)
Parameters
Type |
Name |
Description |
System.Double |
zoomIncrementFactor |
|
System.Double |
zoomCenterLogicalX |
|
System.Double |
zoomCenterLogicalY |
|
Events
|
Improve this Doc
View Source
ImageFailed
Declaration
[NotImplemented]
public event RoutedEventHandler ImageFailed
Event Type
|
Improve this Doc
View Source
ImageOpenFailed
Declaration
[NotImplemented]
public event EventHandler<ExceptionRoutedEventArgs> ImageOpenFailed
Event Type
|
Improve this Doc
View Source
ImageOpenSucceeded
Declaration
[NotImplemented]
public event RoutedEventHandler ImageOpenSucceeded
Event Type
|
Improve this Doc
View Source
MotionFinished
Declaration
[NotImplemented]
public event RoutedEventHandler MotionFinished
Event Type
|
Improve this Doc
View Source
SubImageOpenFailed
Declaration
[NotImplemented]
public event SubImageEventHandler SubImageOpenFailed
Event Type
|
Improve this Doc
View Source
SubImageOpenSucceeded
Declaration
[NotImplemented]
public event SubImageEventHandler SubImageOpenSucceeded
Event Type
|
Improve this Doc
View Source
ViewportChanged
Declaration
[NotImplemented]
public event RoutedEventHandler ViewportChanged
Event Type
Extension Methods