Click or drag to resize

mcGraphObjBorderStyle Enumeration

Legal valued for the McGraphObj.BorderStyle property.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcGraphObjBorderStyle
Members
  Member nameValueDescription
mcgbsSolid0The border is a solid line.
mcgbsDash1The border is a series of dashes.
mcgbsDot2The border is a series of dots.
mcgbsDashDot3The border alternates dots and dashes.
mcgbsDashDotDot4The border alternates dashes, and dot pairs.
mcgbsCornersMitered0Mitered corners are the default for wide borders. Youcan or this value in with the base style emphasize this, though it is not necessary to do so to get mitered corners on wide lines.
mcgbsCornersRounded16Or this value in with the base style to get roundedcorners on wide lines
mcgbsCornersBeveled32Or this value in with the base style to get beveledcorners on wide lines.
mcgbsZoomWidthDisabled0By default, the BorderWidth property specifiesa constant line width in screen pixels; as the image is zoomed in or out, the width of the line stays constant on the screen. The mcgbsZoomWidthIfWide or mcgbsZoomWidth flags will modify this default behavior by causing the displayed border or line width to scale with the zoom of the displayed image.
mcgbsZoomWidthIfWide256Or this value in with the base style to zoomthe displayed width of lines with BorderWidth greater than 1.
mcgbsZoomWidth512Or this value in with the base style to zoomthe displayed width of lines with any BorderWidth, including a value of 1.
mcgbsMaskBaseStyle15mask for the basic border style, without corner modifier flag
mcgbsMaskCornerStyle48mask for the allowed corner modifier flag values
mcgbsMaskZoomWidth768mask for the allowed width zooming flag values
Remarks
The mcGraphObjBorderStyle enumeration consists of two parts: a basic border style (solid, dashed, etcetera), an optional flag to indicate how the corners should be drawn for wide lines and another optional flag to specify if the displayed line width should zoom with the image.
See Also