FMX.Types3D.TBoundingBox.MaxCorner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

2: (MinCorner, MaxCorner: TPoint3D);

Properties

Type Visibility Source Unit Parent
field public FMX.Types3D.pas FMX.Types3D TBoundingBox

Description

The maximum corner of a TBoundingBox.

The only difference between MaxCorner and BottomRightFar is the name. You may use MinCorner and MaxCorner or TopLeftNear and BottomRightFar to define a TBoundingBox.

See Also