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