BitmapSource Properties

CVB.Net Documentation

The BitmapSource type exposes the following members.

Properties

  NameDescription
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDpiX
Horizontal DPI of the bitmap.
(Overrides BitmapSourceDpiX.)
Public propertyDpiY
Vertical DPI of the bitmap.
(Overrides BitmapSourceDpiY.)
Public propertyFormat
The pixel format of this BitmapSource.
(Overrides BitmapSourceFormat.)
Public propertyHasAnimatedProperties
Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties.
(Inherited from Animatable.)
Public propertyHeight
Gets the height of the source bitmap in device-independent units (1/96th inch per unit). 
(Inherited from BitmapSource.)
Public propertyHighBitScaleMode
Sets the HighBitScaleMode for scaling non-8bpp images.
Public propertyIsDownloading
Gets whether this bitmap source is downloading (never).
(Overrides BitmapSourceIsDownloading.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyMaxDecodePixelHeight
Gets/sets maximal decode height.
Public propertyMaxDecodePixelWidth
Gets/sets maximal decode width.
Public propertyMetadata
Gets the metadata that is associated with this bitmap image.
(Inherited from BitmapSource.)
Public propertyPalette
Palette of the bitmap.
(Overrides BitmapSourcePalette.)
Public propertyPixelHeight
Gets the height of this BitmapSource in pixels.
(Overrides BitmapSourcePixelHeight.)
Public propertyPixelWidth
Gets the width of this BitmapSource in pixels.
(Overrides BitmapSourcePixelWidth.)
Public propertySource
Gets/sets the Image source for this BitmapSource.
Public propertyWidth
Gets the width of the bitmap in device-independent units (1/96th inch per unit). 
(Inherited from BitmapSource.)
Top
See Also

Reference