ComponentOne Bitmap for WPF
ImagingFactory2 Class Members
Properties  Methods  Events

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace : ImagingFactory2 Class

The following tables list the members exposed by ImagingFactory2.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ImagingFactory2 class.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
Public PropertyGet a pointer to the underlying Cpp Object (Inherited from C1.Util.DX.CppObject)
Public PropertyGets or sets a custom user tag object to associate with this instance.. (Inherited from C1.Util.DX.CppObject)
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Initializes a new instance of the ImagingFactory2 class.  
Public MethodHRESULT IWICImagingFactory::CreateBitmap([In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] const GUID& pixelFormat,[In] WICBitmapCreateCacheOption option,[Out, Fast] IWICBitmap** ppIBitmap) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapClipper([Out, Fast] IWICBitmapClipper** ppIBitmapClipper) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapFlipRotator([Out, Fast] IWICBitmapFlipRotator** ppIBitmapFlipRotator) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapFromHBITMAP([In] HBITMAP hBitmap,[In, Optional] HPALETTE hPalette,[In] WICBitmapAlphaChannelOption options,[Out, Fast] IWICBitmap** ppIBitmap) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapFromHICON([In] HICON hIcon,[Out, Fast] IWICBitmap** ppIBitmap) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapFromMemory([In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] const GUID& pixelFormat,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer,[Out, Fast] IWICBitmap** ppIBitmap) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapFromSource([In, Optional] IWICBitmapSource* pIBitmapSource,[In] WICBitmapCreateCacheOption option,[Out, Fast] IWICBitmap** ppIBitmap) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapFromSourceRect([In, Optional] IWICBitmapSource* pIBitmapSource,[In] unsigned int x,[In] unsigned int y,[In] unsigned int width,[In] unsigned int height,[Out, Fast] IWICBitmap** ppIBitmap) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateBitmapScaler([Out, Fast] IWICBitmapScaler** ppIBitmapScaler) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateColorContext([Out, Fast] IWICColorContext** ppIWICColorContext) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateColorTransformer([Out, Fast] IWICColorTransform** ppIWICColorTransform) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateComponentInfo([In] const GUID& clsidComponent,[Out, Fast] IWICComponentInfo** ppIInfo) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateDecoder([In] const GUID& guidContainerFormat,[In, Optional] const GUID* pguidVendor,[Out, Fast] IWICBitmapDecoder** ppIDecoder) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateDecoderFromFileHandle([In] ULONG_PTR hFile,[In, Optional] const GUID* pguidVendor,[In] WICDecodeOptions metadataOptions,[Out, Fast] IWICBitmapDecoder** ppIDecoder) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateDecoderFromFilename([In] const wchar_t* wzFilename,[In, Optional] const GUID* pguidVendor,[In] unsigned int dwDesiredAccess,[In] WICDecodeOptions metadataOptions,[Out, Fast] IWICBitmapDecoder** ppIDecoder) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateEncoder([In] const GUID& guidContainerFormat,[In, Optional] const GUID* pguidVendor,[Out, Fast] IWICBitmapEncoder** ppIEncoder) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateFastMetadataEncoderFromDecoder([In, Optional] IWICBitmapDecoder* pIDecoder,[Out, Fast] IWICFastMetadataEncoder** ppIFastEncoder) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateFastMetadataEncoderFromFrameDecode([In, Optional] IWICBitmapFrameDecode* pIFrameDecoder,[Out, Fast] IWICFastMetadataEncoder** ppIFastEncoder) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateFormatConverter([Out, Fast] IWICFormatConverter** ppIFormatConverter) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory2::CreateImageEncoder([In] ID2D1Device* pD2DDevice,[Out, Fast] IWICImageEncoder** ppWICImageEncoder)  
Public MethodHRESULT IWICImagingFactory::CreatePalette([Out, Fast] IWICPalette** ppIPalette) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateQueryWriter([In] const GUID& guidMetadataFormat,[In, Optional] const GUID* pguidVendor,[Out, Fast] IWICMetadataQueryWriter** ppIQueryWriter) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateQueryWriterFromReader([In, Optional] IWICMetadataQueryReader* pIQueryReader,[In, Optional] const GUID* pguidVendor,[Out, Fast] IWICMetadataQueryWriter** ppIQueryWriter) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodHRESULT IWICImagingFactory::CreateStream([Out, Fast] IWICStream** ppIWICStream) (Inherited from C1.Util.DX.WIC.ImagingFactory)
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase)
Public MethodOverloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodOverloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Top
Public Events
 NameDescription
Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
Top
Public Operators
Performs an explicit conversion from System.IntPtr to ImagingFactory2.
Top
See Also

Reference

ImagingFactory2 Class
C1.Util.DX.WIC Namespace