Table of Contents

Class PixelFormatInfo2

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Guid("A9DB33A2-AF5F-43C7-B679-74F5984B5AA4")]
public class PixelFormatInfo2 : PixelFormatInfo
Inheritance
PixelFormatInfo2
Inherited Members

Constructors

PixelFormatInfo2(nint)

public PixelFormatInfo2(nint nativePtr)

Parameters

nativePtr nint

Properties

IsSupportingTransparency

Returns whether the format supports transparent pixels.

public RawBool IsSupportingTransparency { get; }

Property Value

RawBool

Remarks

An indexed pixel format will not return TRUE even though it may have some transparency support.

NumericRepresentation

No documentation.

public PixelFormatNumericRepresentation NumericRepresentation { get; }

Property Value

PixelFormatNumericRepresentation

Operators

explicit operator PixelFormatInfo2(nint)

public static explicit operator PixelFormatInfo2(nint nativePtr)

Parameters

nativePtr nint

Returns

PixelFormatInfo2