[]
IWICPixelFormatInfo2
[Guid("A9DB33A2-AF5F-43C7-B679-74F5984B5AA4")]
public class PixelFormatInfo2 : PixelFormatInfo, IDisposable, IUnknown
Initializes a new instance of the PixelFormatInfo2 class.
public PixelFormatInfo2(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT IWICPixelFormatInfo2::GetNumericRepresentation([Out] WICPixelFormatNumericRepresentation* pNumericRepresentation)
public PixelFormatNumericRepresentation GetNumericRepresentation()
HRESULT IWICPixelFormatInfo2::SupportsTransparency([Out] BOOL* pfSupportsTransparency)
public bool IsSupportingTransparency()
Performs an explicit conversion from System.IntPtr to PixelFormatInfo2.
public static explicit operator PixelFormatInfo2(IntPtr nativePointer)
nativePointer
System.IntPtr