UserInterfaceBase Class

Base class for Legend and Viewport.
Public MustInherit Class UserInterfaceBase 
Inherits DisposableBase 
Implements IUserInterfaceElement
This language is not supported or no code example is available.
public abstract class UserInterfaceBase : DisposableBase
IUserInterfaceElement
This language is not supported or no code example is available.
Name Description
Protected property CustomViewport Tells if the UI element is drawn with a custom viewport.
Public property Disposed (inherited from DisposableBase).
Protected property LocationAtOrigin When doing a render to Bitmap of the item, must not change the viewport origin.
Internal protected (Protected Friend) property ParentViewport
Top
Methods
 
Name Description
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected method DrawForBitmap(object)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetBounds(Viewport) Gets the bounds rectangle in screen coordinates.
Internal protected (Protected Friend) method GetDefaultLayerName(Environment) Use this method to get the correct layer name for internal Meshes.
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetThumbnail(Viewport, Size, Color) Gets a thumbnail bitmap of the user interface element.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Internal protected (Protected Friend) method ObservableCollectionPropertyChanged(object, NotifyCollectionChangedEventArgs) For internal use only. (inherited from DisposableBase).
Protected method RaisePropertyChangedEvent(object, DependencyProperty) For internal use only. (inherited from DisposableBase).
Public method ScaleForDPI() Scales the element for high DPI settings.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Update(IUserInterfaceElement) Updates the contents of the element with the data from another element.
Top
Events
 
Name Description
Public event PropertyChanged For internal use only. (inherited from DisposableBase).
Top
Fields
 
Name Description
Public field Static PropertyChangedEvent For internal use only. (inherited from DisposableBase).
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition