Describes a discrete, 32-bit boundary for a transform object.
Syntax
typedef struct DXDBND
{
long Min;
long Max;
} DXDBND;
Members
- Min
- Minimum boundary of a data set along a given dimension.
- Max
- Maximum boundary of a data set along a given dimension.
Remarks
Discrete bounds are generally used to describe image objects.
See Also
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.