[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.PixelFormatInfo2

Class PixelFormatInfo2

Namespace
GrapeCity.Documents.DX.WIC
Assembly
GcDocs.DX.Windows.dll

IWICPixelFormatInfo2

[Guid("A9DB33A2-AF5F-43C7-B679-74F5984B5AA4")]
public class PixelFormatInfo2 : PixelFormatInfo, IDisposable, IUnknown
Inheritance
object
PixelFormatInfo2
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

PixelFormatInfo2(IntPtr)

Initializes a new instance of the PixelFormatInfo2 class.

public PixelFormatInfo2(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

GetNumericRepresentation()

HRESULT IWICPixelFormatInfo2::GetNumericRepresentation([Out] WICPixelFormatNumericRepresentation* pNumericRepresentation)

public PixelFormatNumericRepresentation GetNumericRepresentation()

Returns

PixelFormatNumericRepresentation

IsSupportingTransparency()

HRESULT IWICPixelFormatInfo2::SupportsTransparency([Out] BOOL* pfSupportsTransparency)

public bool IsSupportingTransparency()

Returns

bool

Operators

explicit operator PixelFormatInfo2(IntPtr)

Performs an explicit conversion from System.IntPtr to PixelFormatInfo2.

public static explicit operator PixelFormatInfo2(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

PixelFormatInfo2