DrawPenStyle property (ILEADRasterFXD)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short DrawPenStyle

Overview

Refer to Drawing Simple Objects.

Remarks

Specifies the line style of the drawing object. The following are valid values:

Value

Description

DRAWPENSTYLE_SOLID

Lines are solid.

DRAWPENSTYLE_DASH

Lines are dashed. This style is valid only when the DrawPenWidth property is 1.

DRAWPENSTYLE_DOT

Lines are dotted. This style is valid only when the DrawPenWidth property is 1.

DRAWPENSTYLE_DASH_DOT

Lines alternate dashes and dots. This style is valid only when the DrawPenWidth property is 1.

DRAWPENSTYLE_DASH_DOT_DOT

Lines alternate dashes and double dots. This style is valid only when the DrawPenWidth property is 1.

DRAWPENSTYLE_TRANSPARENT

Lines are invisible.

DRAWPENSTYLE_INSIDE_SOLID

Lines are solid, and are inside the bounds of the object.

DRAWPENSTYLE_LAST

Last value (for testing a loop counter).

See Also

Topics:

Drawing Effects:3D Drawing Special Effects