ObjectHotSelect Method

ObjectHotTextMod Method

Introduction

 

ObjectHotSize Method


 

Modifies the Left-Top and Right-Bottom position of the hot object.

 

Syntax

FlpGrf.ObjectHotSize( Handle As Integer, XPos As Integer, YPos As Integer )

 

The ObjectHotSize Method has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

Handle

Sets the positions that XPos and YPos represent.

 

Depending on the Handle, the XPos and YPos mean different things:

Handle

XPos

YPos

1

Left

Top

2

****

Top

3

Right

Top

4

Right

****

5

Right

Bottom

6

****

Bottom

7

Left

Bottom

8

Left

****

9

XRadius

YRadius (for curvature of round rectangles - default 8,8)

 

Remarks

Modifies the size of the hot object. The hot object can be one that has been created by ObjectRectAdd, ObjectTextAdd, or ObjectPictAdd , or is a legend or graph object. Objects are made hot by the ObjectHotSelect method.

 

Handle determines which positions XPos and YPos represent. For example,

 

FlpGrf.ObjectHotSize 5, 100, 100

 

Would move the Right and Bottom position of the hot object to 100, 100 (which is a position based on how ObjectScaleType is set).


 

See Also

ObjectHotSelect Method, ObjectHotBrush Method, ObjectHotDelete Method, ObjectHotFont Method, ObjectHotMove Method, ObjectHotPen Method, ObjecHotSize Method, ObjectHotTextMod Method



ObjectHotSelect Method ObjectHotTextMod Method

 

 

Last modified on: Friday, August 16, 2002