Class VLRectRegion.TVLIntegerSize
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''' IntegerSize : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 39: | Line 39: | ||
*[[Property VLRectRegion.TVLIntegerSize.Width|Width]] - The desired Image Width. | *[[Property VLRectRegion.TVLIntegerSize.Width|Width]] - The desired Image Width. | ||
*[[Property VLRectRegion.TVLIntegerSize.Height|Height]] - The desired Image Height. | *[[Property VLRectRegion.TVLIntegerSize.Height|Height]] - The desired Image Height. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function VLRectRegion.TVLIntegerSize.GetSize() : TSize|function GetSize() : TSize]] - Returns TSize structure of the property. | ||
[[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: VideoLabBasicPkg
Unit: VLRectRegion
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TVLIntegerSize = class( TLPPersistentNotify )
C++ Builder:
class TVLIntegerSize : public TLPPersistentNotify
Visual C++ (MFC):
class CTVLIntegerSize : public CTLPPersistentNotify
C# (.NET):
public ref class IntegerSize : Vcl.VclProperty
Summary
Image size properties class.
Description
Defines image size properties class.
Properties
Published
Methods
Public
- function GetSize() : TSize - Returns TSize structure of the property.