DXCBND64 structure

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

Syntax

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

Members

  • Min
    Value of type double that indicates the minimum boundary of a data set along a given dimension.

  • Max
    Value of type double that indicates the 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.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dxtrans.h

IDL

Dxtrans.idl

See also

Reference

DXCBND

DXDBND

DXDBND64

DXBNDS