Object TDimensionMinMax

Unit

Declaration

type TDimensionMinMax = object(TObject)

Description

Range according to one dimension of a color

Hierarchy

Overview

Fields

Public Maximum: UInt32;
Public Minimum: UInt32;

Methods

Public function Contains(AValue: UInt32): boolean;
Public function GetCenter: UInt32;
Public function PointLike: boolean;
Public function Size: UInt32;
Public procedure GrowToInclude(AValue: UInt32);
Public procedure SetAsPoint(AValue: UInt32);

Description

Fields

Public Maximum: UInt32;

This item has no description.

Public Minimum: UInt32;

This item has no description.

Methods

Public function Contains(AValue: UInt32): boolean;

This item has no description.

Public function GetCenter: UInt32;

This item has no description.

Public function PointLike: boolean;

This item has no description.

Public function Size: UInt32;

This item has no description.

Public procedure GrowToInclude(AValue: UInt32);

This item has no description.

Public procedure SetAsPoint(AValue: UInt32);

This item has no description.