PenStyle property (ILEADRasterZoomView)

Visual Basic example

Visual C++ example

 

Syntax

ZoomViewPenStyleConstants PenStyle

Overview

Refer to Using the Zoom View

Remarks

(Document/Medical only.) Gets or sets a value that indicates the pen style to be used for the border of the Zoom View. This property is valid only when the BorderStyle property is set to ZOOM_VIEW_BORDERSTYLE_SIMPLE. Possible values are:

Value

Meaning

PEN_STYLE_SOLID

[0x0001] The pen style is solid

PEN_STYLE_DASH

[0x0002] The pen style is dashed

PEN_STYLE_DOT

[0x0003] The pen style is dotted.

PEN_STYLE_DASHDOT

[0x0004] The pen style has alternating dashes and dots.

PEN_STYLE_DASHDOTDOT

[0x0005] The pen style has alternating dashes and double dots.

PEN_STYLE_NULL

[0x0006] The pen style is invisible.

See Also

Elements:

DstTop property, DstWidth property, DstHeight property, DstLeft property, SrcTop property, SrcLeft property, SrcWidth property, SrcHeight property, BorderStyle property, BorderColor property, Index property, SrcBorderStyle property, SrcBorderColor property, SrcPenStyle property, EnableCallouts property, CalloutColor property, CalloutPenStyle property, ZoomFactor property, Enabled property, ForceDst property, AnnContainer property, HasZoomView property, ZoomViewsCount property, SrcPenWidth property, CalloutPenWidth property, PenWidth property, CreateZoomView method, GetZoomView method, UpdateZoomView method, DestroyZoomView method

Topics:

Raster Images: Displaying Images