Describes a continuous, 32-bit boundary for a transform object.
Syntax
typedef struct DXCBND {
  float Min;
  float Max;
} DXCBND;
Members
- Min 
 Value of type float that indicates the minimum boundary of a data set along a given dimension.
- Max 
 Value of type float that indicates the maximum boundary of a data set along a given dimension.
Remarks
Continuous bounds are generally used to describe geometric objects.
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Header | Dxtrans.h | 
| IDL | Dxtrans.idl | 
See also
Reference