Describes a discrete, 64-bit boundary for a transform object.
Syntax
typedef struct DXDBND64 {
  LONGLONG Min;
  LONGLONG Max;
} DXDBND64;
Members
- Min 
 Value of type LONGLONG that indicates the minimum boundary of a data set along a given dimension.
- Max 
 Value of type LONGLONG that indicates the maximum boundary of a data set along a given dimension.
Remarks
Discrete bounds are generally used to describe image objects.
This structure uses 64-bit values.
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Header | Dxtrans.h | 
| IDL | Dxtrans.idl | 
See also
Reference