ColorConvertedBitmapExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements a markup extension that enables ColorConvertedBitmap creation. A ColorConvertedBitmap does not have an embedded profile, the profile instead being based on source and destination values.
public ref class ColorConvertedBitmapExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Windows.Media.Imaging.ColorConvertedBitmap))]
public class ColorConvertedBitmapExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Windows.Media.Imaging.ColorConvertedBitmap))>]
type ColorConvertedBitmapExtension = class
inherit MarkupExtension
Public Class ColorConvertedBitmapExtension
Inherits MarkupExtension
- Inheritance
- Attributes
Remarks
This class is a markup extension implementation. Markup extension classes exist mainly to provide infrastructure support for some aspect of the WPF XAML processor implementation, and the members exposed by a markup extension are not typically called from user code. This extension supports the ColorConvertedBitmap Markup Extension usage from XAML.
XAML Text Usage
For XAML information, see ColorConvertedBitmap Markup Extension.
Constructors
ColorConvertedBitmapExtension() |
Initializes a new instance of the ColorConvertedBitmapExtension class. |
ColorConvertedBitmapExtension(Object) |
Initializes a new instance of the ColorConvertedBitmapExtension class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProvideValue(IServiceProvider) |
Returns an object that should be set on the property where this extension is applied. For ColorConvertedBitmapExtension, this is the completed ColorConvertedBitmap. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |