Class VLResize.TVLOutputRegion
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
Inherits: TVLRectRegion
Contents |
Syntax
Delphi:
type TVLOutputRegion = class( TVLRectRegion )
C++ Builder:
class TVLOutputRegion : public TVLRectRegion
Visual C++ (MFC):
class CTVLOutputRegion : public CTVLRectRegion
C# (.NET):
public ref class OutputRegion : Mitov.VideoLab.RectRegion
Summary
Output region size property.
Description
Defines output region size property.
Properties
Published
- Mode - Specifies the resize mode of the region.
- Width - Specifies the Width of the region.
- Height - Specifies the Height of the region.