Show / Hide Table of Contents

Class MultiScaleTileSource

Inheritance
System.Object
DependencyObject
MultiScaleTileSource
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public abstract class MultiScaleTileSource : DependencyObject, IDependencyObject

Constructors

| Improve this Doc View Source

MultiScaleTileSource(Int32, Int32, Int32, Int32, Int32)

Declaration
[NotImplemented]
public MultiScaleTileSource(int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap)
Parameters
Type Name Description
System.Int32 imageWidth
System.Int32 imageHeight
System.Int32 tileWidth
System.Int32 tileHeight
System.Int32 tileOverlap
| Improve this Doc View Source

MultiScaleTileSource(Int64, Int64, Int32, Int32, Int32)

Declaration
[NotImplemented]
public MultiScaleTileSource(long imageWidth, long imageHeight, int tileWidth, int tileHeight, int tileOverlap)
Parameters
Type Name Description
System.Int64 imageWidth
System.Int64 imageHeight
System.Int32 tileWidth
System.Int32 tileHeight
System.Int32 tileOverlap

Properties

| Improve this Doc View Source

TileBlendTime

Declaration
[NotImplemented]
protected TimeSpan TileBlendTime { get; set; }
Property Value
Type Description
System.TimeSpan

Methods

| Improve this Doc View Source

GetTileLayers(Int32, Int32, Int32, IList<Object>)

Declaration
[NotImplemented]
protected abstract void GetTileLayers(int tileLevel, int tilePositionX, int tilePositionY, IList<object> tileImageLayerSources)
Parameters
Type Name Description
System.Int32 tileLevel
System.Int32 tilePositionX
System.Int32 tilePositionY
System.Collections.Generic.IList<System.Object> tileImageLayerSources
| Improve this Doc View Source

InvalidateTileLayer(Int32, Int32, Int32, Int32)

Declaration
[NotImplemented]
protected void InvalidateTileLayer(int level, int tilePositionX, int tilePositionY, int tileLayer)
Parameters
Type Name Description
System.Int32 level
System.Int32 tilePositionX
System.Int32 tilePositionY
System.Int32 tileLayer

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source