[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.BitmapProperties

Struct BitmapProperties

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

D2D1_BITMAP_PROPERTIES

public struct BitmapProperties
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

BitmapProperties(PixelFormat, float, float)

Initializes a new instance of the BitmapProperties struct.

public BitmapProperties(PixelFormat pixelFormat, float dpiX, float dpiY)

Parameters

pixelFormat PixelFormat

The pixel format.

dpiX float

The dpi X.

dpiY float

The dpi Y.

BitmapProperties(PixelFormat)

Initializes a new instance of the BitmapProperties struct.

public BitmapProperties(PixelFormat pixelFormat)

Parameters

pixelFormat PixelFormat

The pixel format.

Fields

DpiX

float dpiX

public float DpiX

Field Value

float

DpiY

float dpiY

public float DpiY

Field Value

float

PixelFormat

D2D1_PIXEL_FORMAT pixelFormat

public PixelFormat PixelFormat

Field Value

PixelFormat