XFORMOBJ structure (winddi.h)

The XFORMOBJ structure describes an arbitrary linear two-dimensional transform, such as for geometric wide lines.

Syntax

typedef struct _XFORMOBJ {
  ULONG ulReserved;
} XFORMOBJ;

Members

ulReserved

There are no public members in the XFORMOBJ structure.

Remarks

The arbitrary two-dimensional transform can be downloaded to the driver. Functions are also provided to apply the transform to driver-supplied data.

Requirements

Requirement Value
Header winddi.h (include Winddi.h)

See also