ZoomWindowBmpStyle
|
Scope
|
Pego, Pesgo
|
|
Type
|
Enum / Int32
|
|
Default
|
0
|
|
JS / .NET
|
PePlot.ZoomWindow.BmpStyle
|
|
OCX / VCL
|
ZoomWindowBmpStyle
|
|
DLL
|
PEP_nZOOMWINDOWBMPSTYLE
|
Purpose
Gets or Sets the style of zoom window bmp. Zoom Window bitmaps are enabled only if ZoomWindowCustomColors is True, BitmapGradientMode is True, and ZoomWindowBackColor = Empty.
Defined by the following constants:
|
.NET Gigasoft.Enums.
|
ActiveX and
|
|
|
BitmapStyle.
|
DLL Constants
|
Description
|
|
NoBmp
|
PEBS_NO_BMP (0)
|
No Bitmap
|
|
StretchBlt
|
PEBS_STRETCHBLT (1)
|
Compress or Stretch to fit
|
|
TiledBitBlt
|
PEBS_TILED_BITBLT (2)
|
Tiled Bitmap
|
|
BitBltTopLeft
|
PEBS_BITBLT_TOP_LEFT (3)
|
Top Left Justified
|
|
BitBltTopCenter
|
PEBS_BITBLT_TOP_CENTER (4)
|
Top Center Justified
|
|
BitBltTopRight
|
PEBS_BITBLT_TOP_RIGHT (5)
|
Top Right Justified
|
|
BitBltBottomLeft
|
PEBS_BITBLT_BOTTOM_LEFT (6)
|
Bottom Left Justified
|
|
BitBltBottomCenter
|
PEBS_BITBLT_BOTTOM_CENTER (7)
|
Bottom Center Justified
|
|
BitBltBottomRight
|
PEBS_BITBLT_BOTTOM_RIGHT (8)
|
Bottom Right Justified
|
|
BitBltCenter
|
PEBS_BITBLT_CENTER (9)
|
Centered Horizontally and Vertically
|
Comments
PePlot.ZoomWindow.BmpStyle members of Pego.PePlot.ZoomWindow, Pesgo.PePlot.ZoomWindow
See Also: ZoomWindowCustomColors, ZoomWindowBmpFilename
|