Enum VLResize.TVLResizeMode
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: VideoLabAdditionalPkg
Unit: VLResize
Contents |
Syntax
Delphi:
type TVLResizeMode = (rmCustom, rmAspect);
C++ Builder:
enum TVLResizeMode {rmCustom, rmAspect};
Visual C++ (MFC):
enum CTVLResizeMode {rmCustom, rmAspect};
Summary
Resize modes enumeration.
Description
Defines enumeration with the resize modes.
Values
rmCustom | Custom resize mode. |
rmAspect | Aspect ratio based resize mode. |