DXCBND64 Structure

Describes a continuous, 64-bit boundary for a transform object.

Syntax

typedef struct DXCBND64
{
    double Min;    
    double Max;
} DXCBND64;

Members

Min
Minimum boundary of a data set along a given dimension.
Max
Maximum boundary of a data set along a given dimension.

Remarks

Continuous bounds are generally used to describe geometric objects.

This structure uses 64-bit values.

See Also

DXCBND, DXDBND, DXDBND64, DXBNDS


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.