Property VLWarp.TVLWarp.RightTopOffset

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.

Class: TVLWarp

Contents

Syntax

Delphi:

property RightTopOffset : TSLOffset read FRightTopOffset write SetRightTopOffset;

C++ Builder:

__property TSLOffset * RightTopOffset = { read=FRightTopOffset, write=SetRightTopOffset };

Summary

X, Y offset for the Right Top corner of the Frame Image.

Description

Use this property to specify the X, Y offset for the Right Top corner of the Frame Image.


Delphi example:

VLWarp1.RightTopOffset.X := -10;
VLWarp1.RightTopOffset.Y := 10;

C++ Builder example:

VLWarp1->RightTopOffset->X = -10;
VLWarp1->RightTopOffset->Y = 10;

Visual C++(MFC) example:

VLWarp1.RightTopOffset.X = -10;
VLWarp1.RightTopOffset.Y = 10;

Visual C++/CLI example:

warp1->RightTopOffset->X = -10;
warp1->RightTopOffset->Y = 10;

C# example:

warp1.RightTopOffset.X = -10;
warp1.RightTopOffset.Y = 10;

VB example:

Warp1.RightTopOffset.X = -10
Warp1.RightTopOffset.Y = 10

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox