Class VLTypes.TVLAspectRatio
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: VLTypes
Inherits: TVLBasicAspectRatio
Contents |
Syntax
Delphi:
type TVLAspectRatio = class( TVLBasicAspectRatio )
C++ Builder:
class TVLAspectRatio : public TVLBasicAspectRatio
Visual C++ (MFC):
class CTVLAspectRatio : public CTVLBasicAspectRatio
C# (.NET):
public ref class AspectRatio : Mitov.VideoLab.BasicAspectRatio
Summary
Specifies the aspect ratio settings.
Description
Defines a property class that specifies the aspect ratio settings.
Properties
Published
- Mode - Specifies the aspect ratio mode.
- Width - Specifies the width of the custom aspect ratio.
- Height - Specifies the height of the custom aspect ratio.