TVLCommonGen.ImageSize

From Mitov Wiki Doc
Jump to: navigation, search

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.

Description

Use this property to specify the desired size for the generated image.


Delphi example:

VLGenericGen1.ImageSize.Height := 180;
VLGenericGen1.ImageSize.Width := 240;

C++ Builder example:

VLGenericGen1->ImageSize.Height = 180;
VLGenericGen1->ImageSize.Width = 240;

Visual C++(MFC) example:

VLGenericGen1.ImageSize.Height = 180;
VLGenericGen1.ImageSize.Width = 240;

Visual C++/CLI example:

genericGen1->ImageSize.Height = 180;
genericGen1->ImageSize.Width = 240;

C# example:

genericGen1.ImageSize.Height = 180;
genericGen1.ImageSize.Width = 240;

VB example:

GenericGen1.ImageSize.Height = 180
GenericGen1.ImageSize.Width = 240

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox