BorderStyle property (ILEADRasterZoomView)

Visual Basic example

Visual C++ example

 

Syntax

long BorderStyle

Overview

Refer to Using the Zoom View

Remarks

(Document/Medical) only.) Gets or sets a value that indicates which border style is to be used for the Zoom View. Possible values are:

Value

Meaning

ZOOM_VIEW_BORDERSTYLE_NONE

[0x0000]. Do not use a border for the Zoom View.

ZOOM_VIEW_BORDERSTYLE_SIMPLE

[0x0001] Use a flat border for a rectangular, rounded rectangular and Torn out Zoom View.

ZOOM_VIEW_BORDERSTYLE_3D

[0x0002] Use a 3D border for a rectangular or rounded rectangular Zoom View..

ZOOM_VIEW_BORDERSTYLE_TEAROUT

[0x0004] Use a border that has a Torn out look for the Zoom View.

ZOOM_VIEW_BORDERSTYLE_ROUNDED

[0x0008] Use a rounded rectangular border for the Zoom View. This can be OR-ed only with ZOOMVIEWBORDERSTYLE_NONE or ZOOMVIEWBORDERSTYLE_SIMPLE.

The following figures illustrate the different styles that are available:

image\SnapShot1.gif

image\SnapShot3.gif

See Also

Elements:

DstTop property, DstWidth property, DstHeight property, DstLeft property, SrcTop property, SrcLeft property, SrcWidth property, SrcHeight property, BorderColor property, PenStyle 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