Object TDimensionMinMax
Unit
Declaration
type TDimensionMinMax = object(TObject)
Description
Range according to one dimension of a color
Hierarchy
- TObject
- TDimensionMinMax
Overview
Fields
![]() |
Maximum: UInt32; |
![]() |
Minimum: UInt32; |
Methods
![]() |
function Contains(AValue: UInt32): boolean; |
![]() |
function GetCenter: UInt32; |
![]() |
function PointLike: boolean; |
![]() |
function Size: UInt32; |
![]() |
procedure GrowToInclude(AValue: UInt32); |
![]() |
procedure SetAsPoint(AValue: UInt32); |
Description
Fields
![]() |
Maximum: UInt32; |
This item has no description. |
![]() |
Minimum: UInt32; |
This item has no description. |
Methods
![]() |
function Contains(AValue: UInt32): boolean; |
This item has no description. |
![]() |
function GetCenter: UInt32; |
This item has no description. |
![]() |
function PointLike: boolean; |
This item has no description. |
![]() |
function Size: UInt32; |
This item has no description. |
![]() |
procedure GrowToInclude(AValue: UInt32); |
This item has no description. |
![]() |
procedure SetAsPoint(AValue: UInt32); |
This item has no description. |