Property VLRectRegion.TVLSize.Height
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLSize
Contents |
Syntax
Delphi:
property Height : Word read FHeight write SetHeight default 0;
C++ Builder:
__property WORD Height = { read=FHeight, write=SetHeight, default=0 };
Summary
Desired Height of the generated image or Region of Interest ( ROI ).
Description
Use this property to specify the desired Height of the
generated image or Region of Interest ( ROI ).