Class TvxThresholdTransform
Unit
xomDXGraphics
Declaration
type TvxThresholdTransform = class(TvxTransform)
Description
TvxThresholdTransform
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property FoundOutside: Boolean read FFoundOutside; |
|
|
 |
property FoundInside: Boolean read FFoundInside; |
|
|
 |
property ThresholdLow: Byte read FThresholdLow write FThresholdLow; |
|
|
 |
property ThresholdHigh: Byte read FThresholdHigh write FThresholdHigh; |
|
|
Generated by PasDoc 0.15.0.
|