Class VLResize.TVLOutputRegion
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| Line 26: | Line 26: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' OutputRegion : [[Class VLRectRegion.TVLRectRegion|Mitov.VideoLab.RectRegion]] | 
| </code> | </code> | ||
| == Summary == | == Summary == | ||
| Line 64: | Line 64: | ||
| *[[Property VLRectRegion.TVLSize.Width|Width]] | *[[Property VLRectRegion.TVLSize.Width|Width]] | ||
| *[[Property VLRectRegion.TVLSize.Height|Height]] | *[[Property VLRectRegion.TVLSize.Height|Height]] | ||
| + | |||
| + | == Methods == | ||
| + | |||
| + | === Public === | ||
| + | *[[Method function VLRectRegion.TVLSize.GetSize() : TSize|function GetSize() : TSize]] | ||
| [[Category:Classes]] | [[Category:Classes]] | ||
Latest revision as of 00:30, 26 June 2013
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.
