DXDBND64 Structure

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

Syntax

typedef struct DXDBND64
{
    LONGLONG Min;    
    LONGLONG Max;
} DXDBND64;

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 the size of images.

See Also

DXCBND, DXCBND64, DXDBND, DXBNDS


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