[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.ImageParameters

Struct ImageParameters

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

WICImageParameters

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

Constructors

ImageParameters(PixelFormat, float, float, float, float, int, int)

Initializes a new instance of the ImageParameters struct.

public ImageParameters(PixelFormat pixelFormat, float dpiX, float dpiY, float top, float left, int pixelWidth, int pixelHeight)

Parameters

pixelFormat PixelFormat

The pixel format.

dpiX float

The dpi X.

dpiY float

The dpi Y.

top float

The top.

left float

The left.

pixelWidth int

Width in pixel.

pixelHeight int

Height in pixel.

Fields

DpiX

float DpiX

public float DpiX

Field Value

float

DpiY

float DpiY

public float DpiY

Field Value

float

Left

float Left

public float Left

Field Value

float

PixelFormat

D2D1_PIXEL_FORMAT PixelFormat

public PixelFormat PixelFormat

Field Value

PixelFormat

PixelHeight

unsigned int PixelHeight

public int PixelHeight

Field Value

int

PixelWidth

unsigned int PixelWidth

public int PixelWidth

Field Value

int

Top

float Top

public float Top

Field Value

float