ObjectHotTextMod Method

ObjectPictAdd Method

Introduction

 

ObjectPen Method images/cons0001.png


 

Sets the pen color for the next object created.

 

Syntax

FlpGrf.ObjectPen( FgColor As Integer, BgColor As Integer, Style As Integer, Width As Integer, Mode As Integer )

 

The ObjectPen Method has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

FgColor

Foreground color of the pen, an index from the color table.

BgColor

Color of the blank spaces in the pattern style, an index from the color table.

Style

Line pattern.

 

flpSolidPen

0

Solid pen

 

flpDashPen

1

Dash pen

 

flpDotPen

2

Dot pen

 

flpDashDotPen

3

Dash-Dot pen

 

flpDashDotDotPen

4

Dash-Dot-Dot pen

 

flpTransparentPen

5

Transparent pen

Width

Width of the pen in pixels (1 - 10).

Mode

How spaces in line pattern will be shown.

 

flpTransparentMode

0

Transparent brush mode

 

flpOpaqueMode

1

Opaque brush mode

 

Remarks

Sets the pen attributes for the next object created with ObjectRectAdd, ObjectPictAdd, or ObjectTextAdd. The pen settings affect the outline of the object, while the brush affects the fill appearance of the object.

 

A pen whose width is greater than 1 can only be set to the solid style (0).


 

See Also

All Object Routines, ObjectScaleType Method, ObjectBrush Method, ObjectFont Method, ObjectPen Method



ObjectHotTextMod Method ObjectPictAdd Method

 

 

Last modified on: Friday, August 16, 2002