Visit Gigasoft's Web Site
 ProEssentials v11 Help

ResourceBmpStyle

Scope

Pego, Pesgo, Pepso

Type

Enum/Int32

Default

0

JS / .NET

PePlot.Bitmaps.Style

OCX / VCL

ResourceBmpStyle

DLL

PEP_nRESOURCEBMPSTYLE

 

Purpose

Controls the size and justification/orientation of a resource bitmap. Resource bitmaps are used as custom bitmaps for Subset Symbols and Graph Annotation Symbols by assigning the point type to 10001 + WorkingResourceBitmap index. 

 

.NET Gigasoft.Enums.

ActiveX and

 

ResourceBitmapStyle.

DLL Constants

Description

ActualSizeCentered

PERBS_ACTUALSIZE_CENTERED (0)

Actual sized and Centered.

ActualSizeN

PERBS_ACTUALSIZE_N (1)

Actual sized and top center oriented.

ActualSizeNW

PERBS_ACTUALSIZE_NW (2)

Actual sized and top left oriented.

ActualSizeW

PERBS_ACTUALSIZE_W (3)

Actual sized and center left oriented.

ActualSizeSW

PERBS_ACTUALSIZE_SW (4)

Actual sized and bottom left oriented.

ActualSizeS

PERBS_ACTUALSIZE_S (5)

Actual sized and bottom center oriented.

ActualSizeSE

PERBS_ACTUALSIZE_SE (6)

Actual sized and bottom right oriented.

ActualSizeE

PERBS_ACTUALSIZE_E (7)

Actual sized and center right oriented.

ActualSizeNE

PERBS_ACTUALSIZE_NE (8)

Actual sized and top right oriented.

MediumCentered

PERBS_MEDIUM_CENTERED (9)

Medium sized and Centered.

MediumN

PERBS_MEDIUM_N (10)

Medium sized and top center oriented.

MediumNW

PERBS_MEDIUM_NW (11)

Medium sized and top left oriented.

MediumW

PERBS_MEDIUM_W (12)

Medium sized and center left oriented.

MediumSW

PERBS_MEDIUM_SW (13)

 

Medium sized and bottom left oriented.

MediumS

PERBS_MEDIUM_S (14)

Medium sized and bottom center oriented.

MediumSE

PERBS_MEDIUM_SE (15)

Medium sized and bottom right oriented.

MediumE

PERBS_MEDIUM_E (16)

Medium sized and center right oriented.

MediumNE

PERBS_MEDIUM_NE (17)

Medium sized and top right oriented.

SmallCentered

PERBS_SMALL_CENTERED (19)

Small sized and Centered.

SmallN

PERBS_SMALL_N (20)

Small sized and top center oriented.

SmallNW

PERBS_SMALL_NW (21)

Small sized and top left oriented.

SmallW

PERBS_SMALL_W (22)

Small sized and center left oriented.

SmallSW

PERBS_SMALL_SW (23)

 

Small sized and bottom left oriented.

SmallS

PERBS_SMALL_S (24)

Small sized and bottom center oriented.

SmallSE

PERBS_SMALL_SE (25)

Small sized and bottom right oriented.

SmallE

PERBS_SMALL_E (26)

Small sized and center right oriented.

SmallNE

PERBS_SMALL_NE (27)

Small sized and top right oriented.

LargeCentered

PERBS_LARGE_CENTERED (29)

Large sized and Centered.

LargeN

PERBS_LARGE_N (30)

Large sized and top center oriented.

LargeNW

PERBS_LARGE_NW (31)

Large sized and top left oriented.

LargeW

PERBS_LARGE_W (32)

Large sized and center left oriented.

LargeSW

PERBS_LARGE_SW (33)

 

Large sized and bottom left oriented.

LargeS

PERBS_LARGE_S (34)

Large sized and bottom center oriented.

LargeSE

PERBS_LARGE_SE (35)

Large sized and bottom right oriented.

LargeE

PERBS_LARGE_E (36)

Large sized and center right oriented.

LargeNE

PERBS_LARGE_NE (37)

Large sized and top right oriented.

DataSized

PERBS_DATASIZED (39)

Sized based on ResourceBmpMinX, MaxX, MinY,MaxY. Only applicable for GraphAnnotations. 

 

Comments

 

See demo examples 015, 140, 142, and 143 for examples of resource bitmaps. 

 

PePlot.Bitmaps.Style members of Pego.PePlot.Bitmaps, Pesgo.PePlot.Bitmaps, Pepso.PePlot.Bitmaps

 

See Also: WorkingResourceBitmap, ResourceBmpFilename, ResourceBmpHandle