Enum VLCommonFilter.TVLAutoSizebleMode
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.
Package: VideoLabBasicPkg
Unit: VLCommonFilter
Contents |
Syntax
Delphi:
type TVLAutoSizebleMode = (asBoundingRect, asMaxBoundingRect, asInputSize, asCustom);
C++ Builder:
enum TVLAutoSizebleMode {asBoundingRect, asMaxBoundingRect, asInputSize, asCustom};
Visual C++ (MFC):
enum CTVLAutoSizebleMode {asBoundingRect, asMaxBoundingRect, asInputSize, asCustom};
Summary
Enumerated type for selecting auto size mode.
Description
Defines enumerated type for selecting auto size mode.
Values
asBoundingRect | The size will be the same as the bounding rectangle of the filtered data. |
asMaxBoundingRect | The size will be the same as the maximal bounding rectangle of the filtered data. |
asInputSize | The size will be the same as the input size. |
asCustom | The size will be user defined. |